这个提交包含在:
qingxu fu
2023-04-09 20:50:33 +08:00
父节点 0666fec86e
当前提交 1f6defedfc
共有 2 个文件被更改,包括 3 次插入3 次删除

查看文件

@@ -43,7 +43,7 @@ def ArgsGeneralWrapper(f):
plugin_kwargs = {
}
chatbot_with_cookie = ChatBotWithCookies(cookies)
chatbot_with_cookie.write_list(txt_passon)
chatbot_with_cookie.write_list(chatbot)
yield from f(txt_passon, llm_kwargs, plugin_kwargs, chatbot_with_cookie, history, system_prompt, *args)
return decorated