添加测试

This commit is contained in:
Your Name
2023-04-19 14:49:34 +08:00
parent 966af4d4c5
commit 6bf89dfa2d
2 changed files with 8 additions and 1 deletions

View File

@@ -44,7 +44,7 @@ WEB_PORT = -1
MAX_RETRY = 2
# OpenAI模型选择是gpt4现在只对申请成功的人开放
LLM_MODEL = "gpt-3.5-turbo" # 可选 "chatglm"
LLM_MODEL = "gpt-3.5-turbo" # 可选 ↓↓↓
AVAIL_LLM_MODELS = ["gpt-3.5-turbo", "api2d-gpt-3.5-turbo", "gpt-4", "api2d-gpt-4", "chatglm"]
# 本地LLM模型如ChatGLM的执行方式 CPU/GPU