From 650c56226d44130f5d6a87535d1f2af79376ea6e Mon Sep 17 00:00:00 2001 From: linyq Date: Tue, 21 Oct 2025 11:49:12 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.example.toml | 2 +- project_version | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.example.toml b/config.example.toml index a8b80c5..23eb633 100644 --- a/config.example.toml +++ b/config.example.toml @@ -1,5 +1,5 @@ [app] - project_version="0.7.3" + project_version="0.7.4" # LLM API 超时配置(秒) llm_vision_timeout = 120 # 视觉模型基础超时时间 diff --git a/project_version b/project_version index b09a54c..ef090a6 100644 --- a/project_version +++ b/project_version @@ -1 +1 @@ -0.7.3 \ No newline at end of file +0.7.4 \ No newline at end of file