Skip to content

2.2.2 - multi-modality hotfix.

Choose a tag to compare

@peva3 peva3 released this 23 Mar 15:42
· 7 commits to main since this release

[2.2.2] - 2026-03-16

Bug Fixes

  • Ollama backend multimodal transformation: Fixed OpenAI-style multimodal message handling in Ollama backend to properly convert image_url content parts to Ollama's expected images field, stripping data:image/...;base64, prefixes so Ollama vision models can actually receive image data. This resolves the issue where image uploads appeared to route correctly but the image payload was not translated into the format Ollama expects.