Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
| 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..."
|