From f8e7bfcd54ecb8f610704202c81250e425d3156f Mon Sep 17 00:00:00 2001 From: oudecheng <13802883547@139.com> Date: Wed, 1 Jul 2026 09:29:34 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E6=8F=90=E4=BE=9B=E8=80=85=E9=85=8D=E7=BD=AE=EF=BC=8C=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E5=9F=BA=E7=A1=80URL=E5=92=8C=E6=A8=A1=E5=9E=8BID?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/mod.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config/mod.rs b/src/config/mod.rs index 2159d6c..bec072f 100644 --- a/src/config/mod.rs +++ b/src/config/mod.rs @@ -927,14 +927,14 @@ impl Config { "providers": { "default": { "type": "openai", - "base_url": "https://api.openai.com/v1", + "base_url": "https://api.deepseek.com", "api_key": "", "extra_headers": {} } }, "models": { "default": { - "model_id": "gpt-4o", + "model_id": "deepseek-v4-flash", "temperature": 0.7, "context_window_tokens": 128000 }