R-Kentaren commited on
Commit
7fa6b40
·
verified ·
1 Parent(s): 150692c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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
- enriched = system_prompt
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: