From 2d870b798cab6d7c599dee940a91bb3565a98c4f Mon Sep 17 00:00:00 2001 From: Soulter <905617992@qq.com> Date: Mon, 3 Feb 2025 13:24:22 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E7=A1=85=E5=9F=BA?= =?UTF-8?q?=E6=B5=81=E5=8A=A8=E6=A8=A1=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- astrbot/core/config/default.py | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/astrbot/core/config/default.py b/astrbot/core/config/default.py index 02f18af8e..e595ad714 100644 --- a/astrbot/core/config/default.py +++ b/astrbot/core/config/default.py @@ -387,6 +387,16 @@ CONFIG_METADATA_2 = { "model": "glm-4-flash", }, }, + "硅基流动": { + "id": "siliconflow", + "type": "openai_chat_completion", + "enable": True, + "key": [], + "api_base": "https://api.siliconflow.cn/v1", + "model_config": { + "model": "deepseek-ai/DeepSeek-V3", + }, + }, "llmtuner": { "id": "llmtuner_default", "type": "llm_tuner",