Ollama – v0.18.3: api/show: overwrite basename for copilot chat (#15062)

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` 🎯

πŸ”— View Release