diff --git a/chat.go b/chat.go index 905c459..5099a10 100644 --- a/chat.go +++ b/chat.go @@ -245,9 +245,6 @@ func RunCompletion(ctx context.Context, response *Stream, request *openrouter.Ch break } - log.Warning("stream error") - log.WarningE(err) - return nil, "", err }