From 2bb4ec4ae24589cada3f256b5087e5cea2fa6b8b Mon Sep 17 00:00:00 2001 From: UnCLAS-Prommer Date: Fri, 22 Aug 2025 23:43:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E6=8E=89=E9=BB=98=E8=AE=A4=E7=9A=84Pr?= =?UTF-8?q?o=E9=98=B2=E6=AD=A2=E5=86=8D=E6=9D=A5=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E9=99=8D=E7=BA=A7=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 e3b041e6..9ef0887c 100644 --- a/template/model_config_template.toml +++ b/template/model_config_template.toml @@ -1,5 +1,5 @@ [inner] -version = "1.4.0" +version = "1.4.1" # 配置文件版本号迭代规则同bot_config.toml @@ -40,14 +40,14 @@ price_out = 8.0 # 输出价格(用于API调用统计,单 #force_stream_mode = true # 强制流式输出模式(若模型不支持非流式输出,请取消该注释,启用强制流式输出,若无该字段,默认值为false) [[models]] -model_identifier = "Pro/deepseek-ai/DeepSeek-V3" +model_identifier = "deepseek-ai/DeepSeek-V3" name = "siliconflow-deepseek-v3" api_provider = "SiliconFlow" price_in = 2.0 price_out = 8.0 [[models]] -model_identifier = "Pro/deepseek-ai/DeepSeek-R1-Distill-Qwen-32B" +model_identifier = "deepseek-ai/DeepSeek-R1-Distill-Qwen-32B" name = "deepseek-r1-distill-qwen-32b" api_provider = "SiliconFlow" price_in = 4.0