Update pkg/providers/openai_compat/provider.go

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Equent 2026-03-08 22:30:12 +08:00 committed by GitHub
parent ac73b51619
commit 8b64a99131
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -500,7 +500,7 @@ func (p *Provider) doRequest(
out, err := parse(reader)
if err != nil {
return nil, fmt.Errorf("failed to parse JSON response: %w", err)
return nil, fmt.Errorf("failed to parse response: %w", err)
}
return out, nil