Spaces:
Running
Running
Update config_private.py
Browse files- config_private.py +1 -1
config_private.py
CHANGED
@@ -31,7 +31,7 @@ else:
|
|
31 |
proxies = None
|
32 |
|
33 |
# [step 3]>> 模型选择是 (注意: LLM_MODEL是默认选中的模型, 它*必须*被包含在AVAIL_LLM_MODELS列表中 )
|
34 |
-
LLM_MODEL = "gpt-
|
35 |
AVAIL_LLM_MODELS = ["gpt-4-1106-preview", "gpt-4-turbo-preview", "gpt-4-vision-preview",
|
36 |
"gpt-3.5-turbo-1106", "gpt-3.5-turbo-16k", "gpt-3.5-turbo","gpt-4-turbo"
|
37 |
"gpt-4", "gpt-4-32k", "gpt-4-0125-preview","deepseek-chat","gemini-1.5-pro-latest",
|
|
|
31 |
proxies = None
|
32 |
|
33 |
# [step 3]>> 模型选择是 (注意: LLM_MODEL是默认选中的模型, 它*必须*被包含在AVAIL_LLM_MODELS列表中 )
|
34 |
+
LLM_MODEL = "gpt-3.5-turbo-16k" # 可选 ↓↓↓
|
35 |
AVAIL_LLM_MODELS = ["gpt-4-1106-preview", "gpt-4-turbo-preview", "gpt-4-vision-preview",
|
36 |
"gpt-3.5-turbo-1106", "gpt-3.5-turbo-16k", "gpt-3.5-turbo","gpt-4-turbo"
|
37 |
"gpt-4", "gpt-4-32k", "gpt-4-0125-preview","deepseek-chat","gemini-1.5-pro-latest",
|