diff --git a/service/channel.go b/service/channel.go index 5716a6d..b370a43 100644 --- a/service/channel.go +++ b/service/channel.go @@ -54,6 +54,8 @@ func ShouldDisableChannel(channelType int, err *relaymodel.OpenAIErrorWithStatus switch err.Error.Type { case "insufficient_quota": return true + case "insufficient_user_quota": + return true // https://docs.anthropic.com/claude/reference/errors case "authentication_error": return true