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);