This commit is contained in:
Your Name
2023-03-24 13:12:25 +08:00
parent ecdeda8e92
commit 44b40ff726
5 changed files with 176 additions and 141 deletions

View File

@@ -21,6 +21,9 @@ WEB_PORT = -1
# 如果OpenAI不响应网络卡顿、代理失败、KEY失效重试的次数限制
MAX_RETRY = 2
# 选择的OpenAI模型是gpt4现在只对申请成功的人开放
LLM_MODEL = "gpt-3.5-turbo"
# 检查一下是不是忘了改config
if API_KEY == "sk-此处填API秘钥":
assert False, "请在config文件中修改API密钥, 添加海外代理之后再运行"