增加大模型推理级别配置
This commit is contained in:
15
config.json
15
config.json
@@ -18,27 +18,32 @@
|
||||
{
|
||||
"name": "Opus 4.1",
|
||||
"id": "claude-opus-4-1-20250805",
|
||||
"type": "anthropic"
|
||||
"type": "anthropic",
|
||||
"reasoning": "off"
|
||||
},
|
||||
{
|
||||
"name": "Sonnet 4",
|
||||
"id": "claude-sonnet-4-20250514",
|
||||
"type": "anthropic"
|
||||
"type": "anthropic",
|
||||
"reasoning": "medium"
|
||||
},
|
||||
{
|
||||
"name": "Sonnet 4.5",
|
||||
"id": "claude-sonnet-4-5-20250929",
|
||||
"type": "anthropic"
|
||||
"type": "anthropic",
|
||||
"reasoning": "high"
|
||||
},
|
||||
{
|
||||
"name": "GPT-5",
|
||||
"id": "gpt-5-2025-08-07",
|
||||
"type": "openai"
|
||||
"type": "openai",
|
||||
"reasoning": "off"
|
||||
},
|
||||
{
|
||||
"name": "GPT-5-Codex",
|
||||
"id": "gpt-5-codex",
|
||||
"type": "openai"
|
||||
"type": "openai",
|
||||
"reasoning": "high"
|
||||
},
|
||||
{
|
||||
"name": "GLM-4.6",
|
||||
|
||||
Reference in New Issue
Block a user