Update functional_crazy.py

这个提交包含在:
binary-husky
2023-03-24 13:06:34 +08:00
提交者 GitHub
父节点 8e85e83cec
当前提交 8b1def3425

查看文件

@@ -16,7 +16,7 @@ def 自我程序解构简单案例(txt, top_p, temperature, chatbot, history, sy
history.append(i_say)
history.append(gpt_say)
yield chatbot, history, '正常'
time.sleep(10)
def 解析项目本身(txt, top_p, temperature, chatbot, history, systemPromptTxt, WEB_PORT):
import time, glob, os