Commit f83a1626 by CalciumIon

Merge remote-tracking branch 'origin/main'

parents e7a4aa05 f53154a9
...@@ -222,6 +222,7 @@ func testAllChannels(notify bool) error { ...@@ -222,6 +222,7 @@ func testAllChannels(notify bool) error {
if channel.AutoBan != nil && *channel.AutoBan == 0 { if channel.AutoBan != nil && *channel.AutoBan == 0 {
ban = false ban = false
} }
if openaiErr != nil {
openAiErrWithStatus := dto.OpenAIErrorWithStatusCode{ openAiErrWithStatus := dto.OpenAIErrorWithStatusCode{
StatusCode: -1, StatusCode: -1,
Error: *openaiErr, Error: *openaiErr,
...@@ -233,6 +234,7 @@ func testAllChannels(notify bool) error { ...@@ -233,6 +234,7 @@ func testAllChannels(notify bool) error {
if !isChannelEnabled && service.ShouldEnableChannel(err, openaiErr, channel.Status) { if !isChannelEnabled && service.ShouldEnableChannel(err, openaiErr, channel.Status) {
service.EnableChannel(channel.Id, channel.Name) service.EnableChannel(channel.Id, channel.Name)
} }
}
channel.UpdateResponseTime(milliseconds) channel.UpdateResponseTime(milliseconds)
time.Sleep(common.RequestInterval) time.Sleep(common.RequestInterval)
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment