From fcafbe52f44072bbcb77092d036d6eead4bdddb5 Mon Sep 17 00:00:00 2001 From: linyq Date: Thu, 20 Nov 2025 00:02:33 +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=E8=87=B3=200.7.5?= 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 23eb633..4bae9d0 100644 --- a/config.example.toml +++ b/config.example.toml @@ -1,5 +1,5 @@ [app] - project_version="0.7.4" + project_version="0.7.5" # LLM API 超时配置(秒) llm_vision_timeout = 120 # 视觉模型基础超时时间 diff --git a/project_version b/project_version index ef090a6..da2ac9c 100644 --- a/project_version +++ b/project_version @@ -1 +1 @@ -0.7.4 \ No newline at end of file +0.7.5 \ No newline at end of file