Spaces:
Running
Running
disable L142 which is not needed
Browse files
app.py
CHANGED
|
@@ -139,7 +139,7 @@ def chat_response(user_msg, chat_history, system_prompt,
|
|
| 139 |
debug = 'Web search disabled.'
|
| 140 |
|
| 141 |
# Prepare assistant placeholder
|
| 142 |
-
history.append({'role': 'assistant', 'content': ''})
|
| 143 |
|
| 144 |
try:
|
| 145 |
|
|
|
|
| 139 |
debug = 'Web search disabled.'
|
| 140 |
|
| 141 |
# Prepare assistant placeholder
|
| 142 |
+
# history.append({'role': 'assistant', 'content': ''})
|
| 143 |
|
| 144 |
try:
|
| 145 |
|