修正解析源代码bug

这个提交包含在:
qingxu fu
2023-04-11 17:42:56 +08:00
父节点 039405c3bb
当前提交 38b0ce6805
共有 4 个文件被更改,包括 32 次插入14 次删除

查看文件

@@ -76,7 +76,7 @@ def request_gpt_model_in_new_thread_with_ui_alive(
try:
# 【第一种情况】:顺利完成
result = predict_no_ui_long_connection(
inputs=inputs, llm_kwargs=llm_kwargs,
inputs=inputs, llm_kwargs=llm_kwargs,
history=history, sys_prompt=sys_prompt, observe_window=mutable)
return result
except ConnectionAbortedError as token_exceeded_error: