From 0856b5df6a2b0aa41dc2b02895736a904632dd88 Mon Sep 17 00:00:00 2001 From: SengokuCola <1026294844@qq.com> Date: Sun, 23 Nov 2025 01:01:39 +0800 Subject: [PATCH 1/2] Update model_config_template.toml for new models Updated model configuration with new models and version. --- template/model_config_template.toml | 30 +++++++++++++++++++++++++++-- 1 file changed, 28 insertions(+), 2 deletions(-) diff --git a/template/model_config_template.toml b/template/model_config_template.toml index 6d956ace..7c78df6a 100644 --- a/template/model_config_template.toml +++ b/template/model_config_template.toml @@ -1,5 +1,5 @@ [inner] -version = "1.7.8" +version = "1.8.0" # 配置文件版本号迭代规则同bot_config.toml @@ -66,6 +66,32 @@ price_out = 3.0 [models.extra_params] # 可选的额外参数配置 enable_thinking = true # 不启用思考 +[[models]] +model_identifier = "Qwen/Qwen3-Next-80B-A3B-Instruct" +name = "qwen3-next-80b" +api_provider = "SiliconFlow" +price_in = 1.0 +price_out = 4.0 + +[[models]] +model_identifier = "zai-org/GLM-4.6" +name = "glm-4.6" +api_provider = "SiliconFlow" +price_in = 3.5 +price_out = 14.0 +[models.extra_params] # 可选的额外参数配置 +enable_thinking = false # 不启用思考 + +[[models]] +model_identifier = "zai-org/GLM-4.6" +name = "glm-4.6-think" +api_provider = "SiliconFlow" +price_in = 3.5 +price_out = 14.0 +[models.extra_params] # 可选的额外参数配置 +enable_thinking = true # 不启用思考 + + [[models]] model_identifier = "deepseek-ai/DeepSeek-R1" name = "siliconflow-deepseek-r1" @@ -120,7 +146,7 @@ temperature = 0.7 max_tokens = 800 [model_task_config.replyer] # 首要回复模型,还用于表达器和表达方式学习 -model_list = ["siliconflow-deepseek-v3.2-think","siliconflow-glm-4.6-think","siliconflow-glm-4.6"] +model_list = ["siliconflow-deepseek-v3.2","siliconflow-deepseek-v3.2-think","siliconflow-glm-4.6","siliconflow-glm-4.6-think"] temperature = 0.3 # 模型温度,新V3建议0.1-0.3 max_tokens = 2048 From 79bc67a38b377017abca979f1d4af7894bdbee98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=99=B4=E7=A9=BA?= <3103908461@qq.com> Date: Sun, 23 Nov 2025 15:03:02 +0800 Subject: [PATCH 2/2] Update model_config_template.toml version and names --- template/model_config_template.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/template/model_config_template.toml b/template/model_config_template.toml index 7c78df6a..e7c93352 100644 --- a/template/model_config_template.toml +++ b/template/model_config_template.toml @@ -1,5 +1,5 @@ [inner] -version = "1.8.0" +version = "1.8.1" # 配置文件版本号迭代规则同bot_config.toml @@ -75,7 +75,7 @@ price_out = 4.0 [[models]] model_identifier = "zai-org/GLM-4.6" -name = "glm-4.6" +name = "siliconflow-glm-4.6" api_provider = "SiliconFlow" price_in = 3.5 price_out = 14.0 @@ -84,7 +84,7 @@ enable_thinking = false # 不启用思考 [[models]] model_identifier = "zai-org/GLM-4.6" -name = "glm-4.6-think" +name = "siliconflow-glm-4.6-think" api_provider = "SiliconFlow" price_in = 3.5 price_out = 14.0