eggacheb commited on
Commit
c2b713e
·
verified ·
1 Parent(s): 85c01df

Update config_private.py

Browse files
Files changed (1) hide show
  1. config_private.py +4 -4
config_private.py CHANGED
@@ -32,10 +32,10 @@ else:
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
- "one-api-gpt-4", "gpt-4-32k", "gpt-4-0125-preview","one-api-deepseek-chat","one-api-gemini-1.5-pro-latest",
38
- "one-api-gemini-pro", "chatglm3", "claude-2","one-api-Creative","one-api-claude-3-opus","claude-3-sonnet","claude-3-haiku","claude-2-0","one-api-gpt-4o"]
39
  # --- --- --- ---
40
  # P.S. 其他可用的模型还包括
41
  # AVAIL_LLM_MODELS = [
 
32
 
33
  # [step 3]>> 模型选择是 (注意: LLM_MODEL是默认选中的模型, 它*必须*被包含在AVAIL_LLM_MODELS列表中 )
34
  LLM_MODEL = "gpt-3.5-turbo-16k" # 可选 ↓↓↓
35
+ AVAIL_LLM_MODELS = [
36
+ "gpt-3.5-turbo-1106", "gpt-3.5-turbo-16k", "gpt-3.5-turbo",
37
+ "one-api-gpt-4","one-api-deepseek-chat","one-api-gemini-1.5-pro",
38
+ "one-api-Creative","one-api-claude-3-opus","one-api-gpt-4o"]
39
  # --- --- --- ---
40
  # P.S. 其他可用的模型还包括
41
  # AVAIL_LLM_MODELS = [