Luigi commited on
Commit
3c176a1
·
1 Parent(s): 41ee8bf

disable L142 which is not needed

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