Spaces:
Runtime error
Runtime error
hieroglyphs
commited on
Commit
•
74e7f77
1
Parent(s):
74a3b6c
update
Browse files
config.py
CHANGED
@@ -72,7 +72,7 @@ WEB_PORT = -1
|
|
72 |
MAX_RETRY = 2
|
73 |
|
74 |
# OpenAI模型选择是(gpt4现在只对申请成功的人开放)
|
75 |
-
LLM_MODEL = "gpt-3.5-turbo" # 可选 "chatglm"
|
76 |
AVAIL_LLM_MODELS = ["gpt-3.5-turbo", "gpt-4", "api2d-gpt-4", "api2d-gpt-3.5-turbo", "spark", "azure-gpt-3.5"]
|
77 |
|
78 |
# ChatGLM(2) Finetune Model Path (如果使用ChatGLM2微调模型,需要把"chatglmft"加入AVAIL_LLM_MODELS中)
|
|
|
72 |
MAX_RETRY = 2
|
73 |
|
74 |
# OpenAI模型选择是(gpt4现在只对申请成功的人开放)
|
75 |
+
LLM_MODEL = "api2d-gpt-3.5-turbo" # 可选 "chatglm"
|
76 |
AVAIL_LLM_MODELS = ["gpt-3.5-turbo", "gpt-4", "api2d-gpt-4", "api2d-gpt-3.5-turbo", "spark", "azure-gpt-3.5"]
|
77 |
|
78 |
# ChatGLM(2) Finetune Model Path (如果使用ChatGLM2微调模型,需要把"chatglmft"加入AVAIL_LLM_MODELS中)
|