From 0bcd18c821e5fc351d73b39c17fbab92d2123774 Mon Sep 17 00:00:00 2001 From: HYY1116 Date: Sun, 2 Mar 2025 19:51:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=BC=8F=E6=94=B9=E4=B8=80=E5=B0=8F=E5=A4=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/plugins/chat/config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugins/chat/config.py b/src/plugins/chat/config.py index 68ec6784b..54d125408 100644 --- a/src/plugins/chat/config.py +++ b/src/plugins/chat/config.py @@ -33,6 +33,7 @@ class BotConfig: EMOJI_REGISTER_INTERVAL: int = 10 # 表情包注册间隔(分钟) API_USING: str = "siliconflow" # 使用的API + API_PAID: bool = False # 是否使用付费API DEEPSEEK_MODEL_R1: str = "deepseek-reasoner" # deepseek-R1模型 DEEPSEEK_MODEL_V3: str = "deepseek-chat" # deepseek-V3模型 SILICONFLOW_MODEL_R1: str = "deepseek-ai/DeepSeek-R1" # siliconflow-R1模型