LaoCzi commited on
Commit
984507d
·
1 Parent(s): 3eb9256

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,7 +58,7 @@ def respond(message, chat_history):
58
  messages.extend (user_message_dict)
59
  bot_message = query_gpt_3_5(messages, "")
60
  chat_history.append((message, bot_message))
61
- print("chat_histori", chat_history)
62
 
63
  bot_message_dict = [{"role": "assistant", "content": bot_message}]
64
 
 
58
  messages.extend (user_message_dict)
59
  bot_message = query_gpt_3_5(messages, "")
60
  chat_history.append((message, bot_message))
61
+ #print("chat_histori", chat_history)
62
 
63
  bot_message_dict = [{"role": "assistant", "content": bot_message}]
64