From c60a12064c56245e33c7392d256419cbc3db508b Mon Sep 17 00:00:00 2001 From: 1e0n Date: Thu, 16 Oct 2025 03:23:16 +0800 Subject: [PATCH] update config --- config.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/config.json b/config.json index 9518aed..e353c5a 100644 --- a/config.json +++ b/config.json @@ -1,7 +1,7 @@ { "port": 3000, "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", "gpt-5":"gpt-5-2025-08-07" }, @@ -27,8 +27,8 @@ "reasoning": "auto" }, { - "name": "Sonnet 4", - "id": "claude-sonnet-4-20250514", + "name": "Haiku 4.5", + "id": "claude-haiku-4-5-20251001", "type": "anthropic", "reasoning": "auto" }, @@ -57,6 +57,6 @@ } ], "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" } diff --git a/package.json b/package.json index d1a42b0..583a7c3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "droid2api", - "version": "1.3.4", + "version": "1.3.5", "description": "OpenAI Compatible API Proxy", "main": "server.js", "type": "module",