⚙️ New Ollama Release! ⚙️
Version: v0.17.6
Release Notes:
## What's Changed
* Fixed issue where GLM-OCR would not work due to incorrect prompt rendering
* Fixed tool calling parsing and rendering for Qwen 3.5 models

## New Contributors
* @Victor-Quqi made their first contribution in https://github.com/ollama/ollama/pull/14584

**Full Changelog**: https://github.com/ollama/ollama/compare/v0.17.5...v0.17.6
🔗 https://github.com/ollama/ollama/releases/tag/v0.17.6

#Ollama #AI #LLM #mcpo

model/renderers/glmocr: inject image tags in renderer prompt path by Victor-Quqi · Pull Request #14584 · ollama/ollama

Summary Fix glm-ocr image handling in renderer mode by injecting indexed image tags ([img-{n}]) into user content, matching the server renderer contract used by other multimodal renderers. This res...

GitHub