From 338a27ead7056202af648d0e68a9a0078a304089 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E8=82=A5=E7=BE=8A?= <1048382248@qq.com> Date: Thu, 30 Apr 2026 11:26:36 +0800 Subject: [PATCH] 1 --- VideoAnalysis/appsettings.json | 2 +- VideoAnalysisCore/AICore/GPT/GTP_Analysis_1.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VideoAnalysis/appsettings.json b/VideoAnalysis/appsettings.json index 79c114a..8f554fe 100644 --- a/VideoAnalysis/appsettings.json +++ b/VideoAnalysis/appsettings.json @@ -3,7 +3,7 @@ "Endpoints": { "Http": { //"Url": "http://*:7532" - "Url": "http://*:5238" + "Url": "http://*:5239" } } }, diff --git a/VideoAnalysisCore/AICore/GPT/GTP_Analysis_1.cs b/VideoAnalysisCore/AICore/GPT/GTP_Analysis_1.cs index 6108915..6c00bc4 100644 --- a/VideoAnalysisCore/AICore/GPT/GTP_Analysis_1.cs +++ b/VideoAnalysisCore/AICore/GPT/GTP_Analysis_1.cs @@ -870,7 +870,7 @@ namespace VideoAnalysisCore.AICore.GPT } if (tryCount < 1) { - throw new Exception("重试次数过多!"); + throw new Exception("AI分析重试次数过多!"); } await redisManager.Redis .HMSetAsync(RedisExpandKey.Task(task), "VideoKnows", questionRes);