fix typing problems

This commit is contained in:
qingxu fu
2023-08-29 23:46:40 +08:00
parent ef4203f5ca
commit f40d48b014
5 changed files with 7 additions and 5 deletions

View File

@@ -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