eggacheb commited on
Commit
18d7466
·
verified ·
1 Parent(s): f45c802

Update config_private.py

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