vislupus commited on
Commit
d50e7a2
1 Parent(s): 4be3df3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -8
app.py CHANGED
@@ -46,14 +46,14 @@ def rag_retriever(message, history, system_prompt, num_sources=4, temperature=0)
46
 
47
 
48
  rag = gr.ChatInterface(rag_retriever,
49
- examples=[
50
- ["Каква е целта на настоящия регламент",
51
- "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.", 4, 0],
52
- ["Какво са Системите с ИИ",
53
- "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.", 4, 1],
54
- ["Какво е равнище на технологично развитие",
55
- "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.", 4, 2]
56
- ],
57
  title="Чатене с документа AI Act",
58
  description="Питайте каквото пожелаете, но пишете на български.",
59
  chatbot=gr.Chatbot(placeholder="<strong>Вашият личен AI Act помощник</strong><br>Питайте каквото пожелаете, но пишете на български.", height=630),
 
46
 
47
 
48
  rag = gr.ChatInterface(rag_retriever,
49
+ # examples=[
50
+ # ["Каква е целта на настоящия регламент",
51
+ # "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.", 4, 0],
52
+ # ["Какво са Системите с ИИ",
53
+ # "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.", 4, 1],
54
+ # ["Какво е равнище на технологично развитие",
55
+ # "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.", 4, 2]
56
+ # ],
57
  title="Чатене с документа AI Act",
58
  description="Питайте каквото пожелаете, но пишете на български.",
59
  chatbot=gr.Chatbot(placeholder="<strong>Вашият личен AI Act помощник</strong><br>Питайте каквото пожелаете, но пишете на български.", height=630),