feqt 转换旧记忆

This commit is contained in:
SengokuCola
2025-09-28 11:48:32 +08:00
parent cec2c1830e
commit 6e7e9be82a
6 changed files with 262 additions and 15 deletions

View File

@@ -1,5 +1,5 @@
[inner]
version = "1.7.2"
version = "1.7.3"
# 配置文件版本号迭代规则同bot_config.toml
@@ -96,12 +96,12 @@ price_out = 0
[model_task_config.utils] # 在麦麦的一些组件中使用的模型,例如表情包模块,取名模块,关系模块,麦麦的情绪变化等,是麦麦必须的模型
model_list = ["siliconflow-deepseek-v3","qwen3-30b"] # 使用的模型列表,每个子项对应上面的模型名称(name)
temperature = 0.2 # 模型温度新V3建议0.1-0.3
max_tokens = 800 # 最大输出token数
max_tokens = 2048 # 最大输出token数
[model_task_config.utils_small] # 在麦麦的一些组件中使用的小模型,消耗量较大,建议使用速度较快的小模型
model_list = ["qwen3-8b","qwen3-30b"]
temperature = 0.7
max_tokens = 800
max_tokens = 2048
[model_task_config.tool_use] #工具调用模型,需要使用支持工具调用的模型
model_list = ["qwen3-30b"]