Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -167,8 +167,8 @@ def chat_response(user_msg, chat_history, system_prompt,
|
|
| 167 |
- Today is {cur_date} (use only for time reference, not for assumptions).
|
| 168 |
USER QUESTION:
|
| 169 |
"""
|
| 170 |
-
else:
|
| 171 |
-
|
| 172 |
|
| 173 |
# wait up to 1s for snippets, then replace debug with them
|
| 174 |
if enable_search:
|
|
|
|
| 167 |
- Today is {cur_date} (use only for time reference, not for assumptions).
|
| 168 |
USER QUESTION:
|
| 169 |
"""
|
| 170 |
+
else:
|
| 171 |
+
enriched = system_prompt
|
| 172 |
|
| 173 |
# wait up to 1s for snippets, then replace debug with them
|
| 174 |
if enable_search:
|