history ng patch 1

这个提交包含在:
binary-husky
2024-12-21 11:27:53 +08:00
父节点 17b5c22e61
当前提交 4ec87fbb54
共有 2 个文件被更改,包括 29 次插入21 次删除

查看文件

@@ -178,6 +178,7 @@ def update_ui(chatbot:ChatBotWithCookies, history:list, msg:str="正常", **kwar
else:
chatbot_gr = chatbot
history = [str(history_item) for history_item in history] # ensure all items are string
json_history = json.dumps(history, ensure_ascii=False)
yield cookies, chatbot_gr, json_history, msg