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",