From e6b5e3d2821d43e0665a15a64cbf954a4a451373 Mon Sep 17 00:00:00 2001 From: Soulter <905617992@qq.com> Date: Thu, 9 Oct 2025 16:00:16 +0800 Subject: [PATCH] feat: tokenpony provider --- astrbot/core/config/default.py | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/astrbot/core/config/default.py b/astrbot/core/config/default.py index 8f06667c..ffda2124 100644 --- a/astrbot/core/config/default.py +++ b/astrbot/core/config/default.py @@ -821,6 +821,21 @@ CONFIG_METADATA_2 = { }, "custom_extra_body": {}, }, + "小马算力": { + "id": "tokenpony", + "provider": "tokenpony", + "type": "openai_chat_completion", + "provider_type": "chat_completion", + "enable": True, + "key": [], + "api_base": "https://api.tokenpony.cn/v1", + "timeout": 120, + "model_config": { + "model": "kimi-k2-instruct-0905", + "temperature": 0.7, + }, + "custom_extra_body": {}, + }, "优云智算": { "id": "compshare", "provider": "compshare",