eggacheb commited on
Commit
4f48d63
1 Parent(s): 632060f

Update config_private.py

Browse files
Files changed (1) hide show
  1. 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 = "one-api-gpt-4o" # 可选 ↓↓↓
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",
 
31
  proxies = None
32
 
33
  # [step 3]>> 模型选择是 (注意: LLM_MODEL是默认选中的模型, 它*必须*被包含在AVAIL_LLM_MODELS列表中 )
34
+ LLM_MODEL = "one-api-claude-3-opus" # 可选 ↓↓↓
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",