linhaohong преди 1 година
родител
ревизия
b156ca2ebd
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      Controller/SmartReplyController.py

+ 1 - 0
Controller/SmartReplyController.py

@@ -33,6 +33,7 @@ class WsParamService(View):
     def smart_reply(self, request, request_dict, response):
         audio = request.FILES.get('audio', None)
         system = request_dict.get('system', None)
+        history = request_dict.get('history', None)
         audio_type = request_dict.get('audioType', 'pcm')
         save_directory = 'static/demo_files/'
         if not os.path.exists(save_directory):