FrostIce commited on
Commit
83f3b9d
·
verified ·
1 Parent(s): 7f62e30

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -149,7 +149,7 @@ def respond(message, history):
149
 
150
 
151
  )
152
- bot_message = f"{responsed.choices[0].message.content} {need_search(messages)}"
153
 
154
  except Exception as e:
155
  bot_message = f"Ошибка: {str(e)}"
 
149
 
150
 
151
  )
152
+ bot_message = f"{responsed.choices[0].message.content}"
153
 
154
  except Exception as e:
155
  bot_message = f"Ошибка: {str(e)}"