fix typing problems

这个提交包含在:
qingxu fu
2023-08-29 23:46:40 +08:00
父节点 ef4203f5ca
当前提交 f40d48b014
共有 5 个文件被更改,包括 7 次插入5 次删除

查看文件

@@ -94,8 +94,6 @@ def 自动终端(txt, llm_kwargs, plugin_kwargs, chatbot, history, system_prompt
if user_intention.intention_type == 'Chat':
yield from chat(txt, llm_kwargs, plugin_kwargs, chatbot, history, system_prompt, user_intention)
# update_vt_state()
return