fix directory return bug

This commit is contained in:
Your Name
2023-03-29 14:28:57 +08:00
parent 7d5aaa5aee
commit 17d9a060d8
2 changed files with 2 additions and 1 deletions

View File

@@ -71,5 +71,5 @@ def 全项目切换英文(txt, top_p, temperature, chatbot, history, sys_prompt,
# 备份一个文件
res = write_results_to_file(history)
chatbot.append(("给爷一份任务执行报告", res))
chatbot.append(("生成一份任务执行报告", res))
yield chatbot, history, '正常'