From e014617cdbec2f42b65d1ffd570180c2ebcaae7f Mon Sep 17 00:00:00 2001 From: SengokuCola <1026294844@qq.com> Date: Mon, 3 Mar 2025 23:03:39 +0800 Subject: [PATCH] 123 1 --- README.md | 2 +- config/bot_config.toml | 2 -- run_maimai.bat | 1 + 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b0e989c82..398f17700 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ > - QQ机器人存在被限制风险,请自行了解,谨慎使用 > - 由于持续迭代,可能存在一些已知或未知的bug -**交流群**: 766798517(仅用于开发和建议相关讨论) +**交流群**: 766798517(仅用于开发和建议相关讨论)不建议在群内询问部署问题,我不一定有空回复,会优先写文档和代码 ## 📚 文档 diff --git a/config/bot_config.toml b/config/bot_config.toml index 6d4a143c8..fb6f85220 100644 --- a/config/bot_config.toml +++ b/config/bot_config.toml @@ -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蒸馏模型的概率 diff --git a/run_maimai.bat b/run_maimai.bat index 702d39edc..ff00cc5c1 100644 --- a/run_maimai.bat +++ b/run_maimai.bat @@ -1,3 +1,4 @@ +chcp 65001 call conda activate niuniu cd .