mirror of
https://github.com/sipeed/picoclaw.git
synced 2026-06-12 18:08:54 +00:00
fix lint
This commit is contained in:
@@ -2594,7 +2594,8 @@ func (p *visionUnsupportedMediaProvider) Chat(
|
||||
p.mediaSeen = append(p.mediaSeen, hasMedia)
|
||||
|
||||
if hasMedia {
|
||||
return nil, fmt.Errorf("API request failed: Status: 404 Body: {\"error\":{\"message\":\"No endpoints found that support image input\"}}")
|
||||
return nil, fmt.Errorf("API request failed: " +
|
||||
"Status: 404 Body: {\"error\":{\"message\":\"No endpoints found that support image input\"}}")
|
||||
}
|
||||
|
||||
return &providers.LLMResponse{
|
||||
|
||||
Reference in New Issue
Block a user