紧急BUG修复

这个提交包含在:
Your Name
2023-04-11 18:15:26 +08:00
父节点 6bbc10f5b9
当前提交 f8d565c5a1
共有 6 个文件被更改,包括 5 次插入6 次删除

查看文件

@@ -65,7 +65,7 @@ def 解析docx(file_manifest, project_folder, llm_kwargs, plugin_kwargs, chatbot
if not fast_debug:
msg = '正常'
# ** gpt request **
gpt_say = yield from predict_no_ui_but_counting_down(i_say, i_say, chatbot, llm_kwargs, plugin_kwargs,
gpt_say = yield from predict_no_ui_but_counting_down(i_say, i_say, chatbot, llm_kwargs,
history=history) # 带超时倒计时
chatbot[-1] = (i_say, gpt_say)