Merge pull request #1381 from XXXxx7258/main

修复模型配置名称
This commit is contained in:
SengokuCola
2025-11-23 15:22:50 +08:00
committed by GitHub

View File

@@ -1,5 +1,5 @@
[inner] [inner]
version = "1.8.0" version = "1.8.1"
# 配置文件版本号迭代规则同bot_config.toml # 配置文件版本号迭代规则同bot_config.toml
@@ -75,7 +75,7 @@ price_out = 4.0
[[models]] [[models]]
model_identifier = "zai-org/GLM-4.6" model_identifier = "zai-org/GLM-4.6"
name = "glm-4.6" name = "siliconflow-glm-4.6"
api_provider = "SiliconFlow" api_provider = "SiliconFlow"
price_in = 3.5 price_in = 3.5
price_out = 14.0 price_out = 14.0
@@ -84,7 +84,7 @@ enable_thinking = false # 不启用思考
[[models]] [[models]]
model_identifier = "zai-org/GLM-4.6" model_identifier = "zai-org/GLM-4.6"
name = "glm-4.6-think" name = "siliconflow-glm-4.6-think"
api_provider = "SiliconFlow" api_provider = "SiliconFlow"
price_in = 3.5 price_in = 3.5
price_out = 14.0 price_out = 14.0