pathwaycom/pathway

Check if the LLM instance supports image inputs in parsers

Opened this issue · 0 comments

Is your feature request related to a problem? Please describe.
Parsers should check if given LLM instance supports vision inputs, LiteLLM can be checked with litellm.supports_vision.

Describe the solution you'd like
App should fail at start up if given model is not suitable for image inputs.