HarshanaLF commited on
Commit
2707100
1 Parent(s): 70ab5a1
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ system_instructions = ("[SYSTEM] You are an assistant ."
18
  "Respond naturally and concisely to the user's queries. "
19
  "The expectation is that you will avoid introductions and start answering the query directly, Only answer the question asked by user, Do not say unnecessary things."
20
  "Begin with a greeting if the user initiates the conversation. "
21
- "Here is the user's query: ")
22
 
23
  def models(text, model="Mixtral 8x7B"):
24
 
 
18
  "Respond naturally and concisely to the user's queries. "
19
  "The expectation is that you will avoid introductions and start answering the query directly, Only answer the question asked by user, Do not say unnecessary things."
20
  "Begin with a greeting if the user initiates the conversation. "
21
+ "Here is the user's query:[QUESTION] ")
22
 
23
  def models(text, model="Mixtral 8x7B"):
24