Ollama – v0.18.3: api/show: overwrite basename for copilot chat (#15062)
π Ollama v0.18.3 is live!
This patch fixes a subtle but important quirk in how Ollama interacts with GitHub Copilot Chat β specifically around model naming.
πΉ Whatβs fixed?
The `/api/show` endpoint now returns `req.Model` (the actual model name from `/api/tags`) instead of the generic `general.basename`.
β Why youβll love this:
- No more confusing name collisions when multiple models share the same basename.
- Copilot Chat now displays exactly the model name you expect β making selection cleaner and more intuitive.
- Better alignment with how Ollama itself labels models elsewhere.
Itβs a small but mighty polish update β perfect for Copilot users who want seamless, accurate model switching. π οΈβ¨
π Grab the update and keep local LLM-ing!
`ollama pull ollama` π―
