This commit is contained in:
小肥羊 2026-04-30 11:26:36 +08:00
parent 60e5900541
commit 338a27ead7
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
"Endpoints": {
"Http": {
//"Url": "http://*:7532"
"Url": "http://*:5238"
"Url": "http://*:5239"
}
}
},

View File

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