This commit is contained in:
parent
60e5900541
commit
338a27ead7
|
|
@ -3,7 +3,7 @@
|
||||||
"Endpoints": {
|
"Endpoints": {
|
||||||
"Http": {
|
"Http": {
|
||||||
//"Url": "http://*:7532"
|
//"Url": "http://*:7532"
|
||||||
"Url": "http://*:5238"
|
"Url": "http://*:5239"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -870,7 +870,7 @@ namespace VideoAnalysisCore.AICore.GPT
|
||||||
}
|
}
|
||||||
if (tryCount < 1)
|
if (tryCount < 1)
|
||||||
{
|
{
|
||||||
throw new Exception("重试次数过多!");
|
throw new Exception("AI分析重试次数过多!");
|
||||||
}
|
}
|
||||||
await redisManager.Redis
|
await redisManager.Redis
|
||||||
.HMSetAsync(RedisExpandKey.Task(task), "VideoKnows", questionRes);
|
.HMSetAsync(RedisExpandKey.Task(task), "VideoKnows", questionRes);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue