Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -46,9 +46,9 @@ def rag_retriever(message, history, system_prompt, num_sources=4, temperature=0)
|
|
46 |
|
47 |
|
48 |
rag = gr.ChatInterface(rag_retriever,
|
49 |
-
examples=[["Каква е целта на настоящия регламент", "You are an expert assistant in Bulgarian regulations. Provide precise and clear answers. Provide a detailed and comprehensive answer, incorporating as much relevant information as possible. Always respond in Bulgarian, regardless of the language used in the question."],
|
50 |
-
|
51 |
-
|
52 |
title="Чатене с документа AI Act",
|
53 |
description="Питайте каквото пожелаете, но пишете на български.",
|
54 |
chatbot=gr.Chatbot(placeholder="<strong>Вашият личен AI Act помощник</strong><br>Питайте каквото пожелаете, но пишете на български."),
|
|
|
46 |
|
47 |
|
48 |
rag = gr.ChatInterface(rag_retriever,
|
49 |
+
# examples=[["Каква е целта на настоящия регламент", "You are an expert assistant in Bulgarian regulations. Provide precise and clear answers. Provide a detailed and comprehensive answer, incorporating as much relevant information as possible. Always respond in Bulgarian, regardless of the language used in the question."],
|
50 |
+
# ["Какво са Системите с ИИ", "You are an expert assistant in Bulgarian regulations. Provide precise and clear answers. Always respond in Bulgarian, regardless of the language used in the question."],
|
51 |
+
# ["Какво е равнище на технологично развитие", "You are an expert assistant in Bulgarian regulations. Provide precise and clear answers. Always respond in Bulgarian, regardless of the language used in the question."]],
|
52 |
title="Чатене с документа AI Act",
|
53 |
description="Питайте каквото пожелаете, но пишете на български.",
|
54 |
chatbot=gr.Chatbot(placeholder="<strong>Вашият личен AI Act помощник</strong><br>Питайте каквото пожелаете, но пишете на български."),
|