[PR #12273] [CLOSED] remove_latest_from_API #60458

Closed
opened 2026-04-29 15:26:28 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/12273
Author: @Shiva-Prasad-Reddy-K
Created: 9/12/2025
Status: Closed

Base: mainHead: remove_latest


📝 Commits (1)

  • 69a9eb1 fix(cli): Capitalize Ollama in user-facing messages

📊 Changes

3 files changed (+7 additions, -5 deletions)

View changed files

📝 .gitignore (+1 -0)
📝 cmd/cmd.go (+3 -2)
📝 cmd/interactive.go (+3 -3)

📄 Description

Screenshot from 2025-09-13 01-45-52

This pull request modifies the way model names are displayed in the
API. When a model is pulled without a specific tag, it defaults to the
latest tag. This change hides the :latest suffix from the model name
in the API output for a cleaner and more intuitive user experience.

For example, a model pulled as llama3.1 will now be displayed as
llama3.1 instead of llama3.1:latest.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ollama/ollama/pull/12273 **Author:** [@Shiva-Prasad-Reddy-K](https://github.com/Shiva-Prasad-Reddy-K) **Created:** 9/12/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `remove_latest` --- ### 📝 Commits (1) - [`69a9eb1`](https://github.com/ollama/ollama/commit/69a9eb13a170eb39ddb5f7c5523338887b0c327a) fix(cli): Capitalize Ollama in user-facing messages ### 📊 Changes **3 files changed** (+7 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+1 -0) 📝 `cmd/cmd.go` (+3 -2) 📝 `cmd/interactive.go` (+3 -3) </details> ### 📄 Description <img width="966" height="77" alt="Screenshot from 2025-09-13 01-45-52" src="https://github.com/user-attachments/assets/72547b5a-c8c7-44d7-834f-e8213169ba9c" /> This pull request modifies the way model names are displayed in the API. When a model is pulled without a specific tag, it defaults to the latest tag. This change hides the :latest suffix from the model name in the API output for a cleaner and more intuitive user experience. For example, a model pulled as llama3.1 will now be displayed as llama3.1 instead of llama3.1:latest. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-29 15:26:28 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#60458