Nexari-Research commited on
Commit
2bcbe8d
·
verified ·
1 Parent(s): 1b40b62

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -168,7 +168,7 @@ async def chat_endpoint(request: ChatRequest):
168
  f"### INSTRUCTION:\n"
169
  f"1. Read the provided web data immediately.\n"
170
  f"2. Quickly extract the answer without over-analyzing.\n"
171
- f"3. Provide the facts to the user directly and fast.\n"
172
  )
173
  else:
174
  status = "Search failed..."
 
168
  f"### INSTRUCTION:\n"
169
  f"1. Read the provided web data immediately.\n"
170
  f"2. Quickly extract the answer without over-analyzing.\n"
171
+ f"3. Provide the facts to the user detailsly.\n"
172
  )
173
  else:
174
  status = "Search failed..."