From a2a7fd46c3056bfb8b92b32cf7378b2d79d3ad48 Mon Sep 17 00:00:00 2001 From: hubian <908234780@qq.com> Date: Wed, 15 Apr 2026 09:52:31 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E7=89=88=E6=9C=AC=E5=8F=B7=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E5=88=B0v3.0.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main_v2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main_v2.py b/main_v2.py index c80170a..b42ee53 100644 --- a/main_v2.py +++ b/main_v2.py @@ -33,7 +33,7 @@ logging.basicConfig(level=logging.INFO) logger = logging.getLogger(__name__) # 创建应用 -app = FastAPI(title="AI对话系统 v3.0", version="3.0.1") +app = FastAPI(title="AI对话系统 v3.0", version="3.0.6") # 静态文件和模板 BASE_DIR = os.path.dirname(os.path.abspath(__file__))