This commit is contained in:
afjcjsbx
2026-04-14 22:35:02 +02:00
parent 7824bc715f
commit e60a687387
+2 -1
View File
@@ -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{