mirror of
https://github.com/ollama/ollama.git
synced 2026-04-17 21:54:08 +02:00
We were missing setting the function index for several models that can make parallel tool calls. In the future we may want to consider putting some sort of post-parse hook and relieve the parsers of this duty. Fixes: #15457