mirror of https://github.com/Mai-with-u/MaiBot.git
漏改一小处
parent
71193c4d28
commit
0bcd18c821
|
|
@ -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模型
|
||||
|
|
|
|||
Loading…
Reference in New Issue