Merge pull request #1381 from XXXxx7258/main

修复模型配置名称
pull/1402/head
SengokuCola 2025-11-23 15:22:50 +08:00 committed by GitHub
commit 734dcc5351
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

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