kevin 1 год назад
Родитель
Сommit
3a49ccf1dd
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      main.py

+ 1 - 1
main.py

@@ -35,7 +35,7 @@ def test():
 
 @app.route('/gpt', methods=['POST'])
 def gpt():
-#     chat_messages = app.chat_messages.copy()
+    chat_messages = app.chat_messages.copy()
     use_video = False
     suggest = False
     num_choices = 1