feat: Remove gpt-5 redirect and Opus 4.1 model, and add GPT-5.2 and Gemini-3-Flash models.
This commit is contained in:
28
config.json
28
config.json
@@ -2,8 +2,7 @@
|
|||||||
"port": 3000,
|
"port": 3000,
|
||||||
"model_redirects": {
|
"model_redirects": {
|
||||||
"claude-3-5-haiku-20241022": "claude-haiku-4-5-20251001",
|
"claude-3-5-haiku-20241022": "claude-haiku-4-5-20251001",
|
||||||
"claude-sonnet-4-5": "claude-sonnet-4-5-20250929",
|
"claude-sonnet-4-5": "claude-sonnet-4-5-20250929"
|
||||||
"gpt-5":"gpt-5-2025-08-07"
|
|
||||||
},
|
},
|
||||||
"endpoint": [
|
"endpoint": [
|
||||||
{
|
{
|
||||||
@@ -21,13 +20,6 @@
|
|||||||
],
|
],
|
||||||
"proxies": [],
|
"proxies": [],
|
||||||
"models": [
|
"models": [
|
||||||
{
|
|
||||||
"name": "Opus 4.1",
|
|
||||||
"id": "claude-opus-4-1-20250805",
|
|
||||||
"type": "anthropic",
|
|
||||||
"reasoning": "auto",
|
|
||||||
"provider": "anthropic"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "Opus 4.5",
|
"name": "Opus 4.5",
|
||||||
"id": "claude-opus-4-5-20251101",
|
"id": "claude-opus-4-5-20251101",
|
||||||
@@ -62,7 +54,7 @@
|
|||||||
"type": "openai",
|
"type": "openai",
|
||||||
"reasoning": "off",
|
"reasoning": "off",
|
||||||
"provider": "openai"
|
"provider": "openai"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "GPT-5.1 Codex Max",
|
"name": "GPT-5.1 Codex Max",
|
||||||
"id": "gpt-5.1-codex-max",
|
"id": "gpt-5.1-codex-max",
|
||||||
@@ -70,6 +62,13 @@
|
|||||||
"reasoning": "auto",
|
"reasoning": "auto",
|
||||||
"provider": "openai"
|
"provider": "openai"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "GPT-5.2",
|
||||||
|
"id": "gpt-5.2",
|
||||||
|
"type": "openai",
|
||||||
|
"reasoning": "auto",
|
||||||
|
"provider": "openai"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "GLM-4.6",
|
"name": "GLM-4.6",
|
||||||
"id": "glm-4.6",
|
"id": "glm-4.6",
|
||||||
@@ -83,9 +82,16 @@
|
|||||||
"type": "common",
|
"type": "common",
|
||||||
"reasoning": "auto",
|
"reasoning": "auto",
|
||||||
"provider": "google"
|
"provider": "google"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Gemini-3-Flash",
|
||||||
|
"id": "gemini-3-flash-preview",
|
||||||
|
"type": "common",
|
||||||
|
"reasoning": "auto",
|
||||||
|
"provider": "google"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"dev_mode": false,
|
"dev_mode": false,
|
||||||
"user_agent": "factory-cli/0.27.1",
|
"user_agent": "factory-cli/0.27.1",
|
||||||
"system_prompt": "You are Droid, an AI software engineering agent built by Factory.\n\n"
|
"system_prompt": "You are Droid, an AI software engineering agent built by Factory.\n\n"
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user