1
This commit is contained in:
SengokuCola
2025-03-03 23:03:39 +08:00
parent 7bd6f54236
commit e014617cdb
3 changed files with 2 additions and 3 deletions

View File

@@ -32,7 +32,7 @@
> - QQ机器人存在被限制风险请自行了解谨慎使用
> - 由于持续迭代可能存在一些已知或未知的bug
**交流群**: 766798517仅用于开发和建议相关讨论
**交流群**: 766798517仅用于开发和建议相关讨论不建议在群内询问部署问题,我不一定有空回复,会优先写文档和代码
## 📚 文档

View File

@@ -15,8 +15,6 @@ register_interval = 10 # 注册表情包的时间间隔
enable_pic_translate = false
[response]
api_using = "siliconflow" # 使用的API "siliconflow" 或 "deepseek"
api_paid = true # siliconflow有没有给钱 决定了能不能用siliconflow的部分付费模型
model_r1_probability = 0.8 # 麦麦回答时选择R1模型的概率
model_v3_probability = 0.1 # 麦麦回答时选择V3模型的概率
model_r1_distill_probability = 0.1 # 麦麦回答时选择R1蒸馏模型的概率

View File

@@ -1,3 +1,4 @@
chcp 65001
call conda activate niuniu
cd .