open-webui / pipelines

Pipelines: Versatile, UI-Agnostic OpenAI-Compatible Plugin Framework
MIT License
1.04k stars 324 forks source link

Sending Images to OpenAI Not Working #161

Closed abhishek-ch closed 4 months ago

abhishek-ch commented 4 months ago

I am trying to use gpt-4o to explain images but Openwebui is throwing errr

text input must be of type `str` (single example), `List[str]` (batch or single pretokenized example) or `List[List[str]]` (batch of pretokenized examples).

image

I have tried Pipelines with Manifold and the openAI pipeline but none of them worked.

nkeilar commented 3 months ago

@abhishek-ch What was the issue here? I'm having a similar issue

abhishek-ch commented 3 months ago

Other pipeline was crashing and that lead to this error