From 26639e7ae5c95b7ae9c81d4d8db76ca0596e0b7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A2=A8=E6=A2=93=E6=9F=92?= <1787882683@qq.com> Date: Sat, 29 Nov 2025 14:47:57 +0800 Subject: [PATCH 1/3] Enable push trigger for Ruff workflow Uncomment push trigger for main and dev branches --- .github/workflows/ruff.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ruff.yml b/.github/workflows/ruff.yml index 3d2e7d1f..09f76079 100644 --- a/.github/workflows/ruff.yml +++ b/.github/workflows/ruff.yml @@ -1,10 +1,10 @@ name: Ruff on: - # push: - # branches: - # - main - # - dev + push: + branches: + - main + - dev # - dev-refactor # 例如:匹配所有以 feature/ 开头的分支 # # 添加你希望触发此 workflow 的其他分支 workflow_dispatch: # 允许手动触发工作流 From 6a8a4176a049739e806390ac40a1e4a8a322b674 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A2=A8=E6=A2=93=E6=9F=92?= <1787882683@qq.com> Date: Sat, 29 Nov 2025 14:54:15 +0800 Subject: [PATCH 2/3] Disable push triggers in ruff.yml Comment out push triggers for main and dev branches. --- .github/workflows/ruff.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ruff.yml b/.github/workflows/ruff.yml index 09f76079..3d2e7d1f 100644 --- a/.github/workflows/ruff.yml +++ b/.github/workflows/ruff.yml @@ -1,10 +1,10 @@ name: Ruff on: - push: - branches: - - main - - dev + # push: + # branches: + # - main + # - dev # - dev-refactor # 例如:匹配所有以 feature/ 开头的分支 # # 添加你希望触发此 workflow 的其他分支 workflow_dispatch: # 允许手动触发工作流 From a0870a8392081451a2eeeeb1c853810e7923336b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A2=A8=E6=A2=93=E6=9F=92?= <1787882683@qq.com> Date: Sat, 29 Nov 2025 14:57:42 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E7=A6=81=E7=94=A8=E6=A8=A1=E5=9E=8B?= =?UTF-8?q?=E7=9A=84=E6=80=9D=E8=80=83=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/model_config_template.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/template/model_config_template.toml b/template/model_config_template.toml index e7c93352..07e2af18 100644 --- a/template/model_config_template.toml +++ b/template/model_config_template.toml @@ -64,7 +64,7 @@ api_provider = "SiliconFlow" price_in = 2.0 price_out = 3.0 [models.extra_params] # 可选的额外参数配置 -enable_thinking = true # 不启用思考 +enable_thinking = true # 启用思考 [[models]] model_identifier = "Qwen/Qwen3-Next-80B-A3B-Instruct" @@ -89,8 +89,7 @@ api_provider = "SiliconFlow" price_in = 3.5 price_out = 14.0 [models.extra_params] # 可选的额外参数配置 -enable_thinking = true # 不启用思考 - +enable_thinking = true # 启用思考 [[models]] model_identifier = "deepseek-ai/DeepSeek-R1"