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] 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