fix minor bugs

这个提交包含在:
qingxu fu
2023-09-03 16:20:05 +08:00
父节点 79080290c6
当前提交 843113ba0f
共有 4 个文件被更改,包括 17 次插入13 次删除

查看文件

@@ -60,6 +60,8 @@ def ArgsGeneralWrapper(f):
# 引入一个有cookie的chatbot
cookies.update({
'top_p':top_p,
'api_key': cookies['api_key'],
'llm_model': llm_model,
'temperature':temperature,
})
llm_kwargs = {