diff --git a/astrbot/core/config/default.py b/astrbot/core/config/default.py index 416f6a2ce..315635ef9 100644 --- a/astrbot/core/config/default.py +++ b/astrbot/core/config/default.py @@ -406,7 +406,7 @@ CONFIG_METADATA_2 = { "model": "glm-4-flash", }, }, - "硅基流动": { + "siliconflow": { "id": "siliconflow", "type": "openai_chat_completion", "enable": True, @@ -417,6 +417,17 @@ CONFIG_METADATA_2 = { "model": "deepseek-ai/DeepSeek-V3", }, }, + "moonshot(kimi)": { + "id": "moonshot", + "type": "openai_chat_completion", + "enable": True, + "key": [], + "timeout": 120, + "api_base": "https://api.moonshot.cn/v1", + "model_config": { + "model": "moonshot-v1-8k", + }, + }, "llmtuner": { "id": "llmtuner_default", "type": "llm_tuner",