update config

This commit is contained in:
1e0n
2025-10-16 03:23:16 +08:00
parent f2b1f51a26
commit c60a12064c
2 changed files with 5 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
{ {
"port": 3000, "port": 3000,
"model_redirects": { "model_redirects": {
"claude-3-5-haiku-20241022": "claude-sonnet-4-5-20250929", "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" "gpt-5":"gpt-5-2025-08-07"
}, },
@@ -27,8 +27,8 @@
"reasoning": "auto" "reasoning": "auto"
}, },
{ {
"name": "Sonnet 4", "name": "Haiku 4.5",
"id": "claude-sonnet-4-20250514", "id": "claude-haiku-4-5-20251001",
"type": "anthropic", "type": "anthropic",
"reasoning": "auto" "reasoning": "auto"
}, },
@@ -57,6 +57,6 @@
} }
], ],
"dev_mode": false, "dev_mode": false,
"user_agent": "factory-cli/0.19.12", "user_agent": "factory-cli/0.20.0",
"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"
} }

View File

@@ -1,6 +1,6 @@
{ {
"name": "droid2api", "name": "droid2api",
"version": "1.3.4", "version": "1.3.5",
"description": "OpenAI Compatible API Proxy", "description": "OpenAI Compatible API Proxy",
"main": "server.js", "main": "server.js",
"type": "module", "type": "module",