From c63928198871f80bfe1e510cf7ac7dd8bba9f4b5 Mon Sep 17 00:00:00 2001 From: hmo Date: Mon, 15 Jun 2026 03:14:00 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20bot=E6=8E=A5=E5=85=A5=E7=81=AB=E5=B1=B1?= =?UTF-8?q?=E6=96=B9=E8=88=9FCoding=20Plan(doubao-seed-code)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gateway/scripts/chat_bridge.py | 1 + 1 file changed, 1 insertion(+) diff --git a/gateway/scripts/chat_bridge.py b/gateway/scripts/chat_bridge.py index 49b3061..0a49051 100644 --- a/gateway/scripts/chat_bridge.py +++ b/gateway/scripts/chat_bridge.py @@ -50,6 +50,7 @@ _PROVIDERS = _load_providers() # falling back to a sensible default based on provider key. _DEFAULT_MODELS = { "volcengine": "deepseek-v4-flash", + "volcengine-direct": "doubao-seed-code", "opencode-go": "deepseek-v4-flash", "opencode-go-new": "deepseek-v4-flash", "deepseek": "deepseek-v4-flash",