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` ๐ฏ
