[PR #13644] cmd,api,llm,app: capitalize Ollama in user-facing text #19581

Open
opened 2026-04-16 07:11:08 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/13644
Author: @dhirajlochib
Created: 1/8/2026
Status: 🔄 Open

Base: mainHead: fix/capitalize-ollama


📝 Commits (1)

  • 9c5d399 cmd,api,llm,app: capitalize Ollama in user-facing text

📊 Changes

10 files changed (+15 additions, -15 deletions)

View changed files

📝 api/types.go (+2 -2)
📝 app/updater/updater.go (+1 -1)
📝 app/updater/updater_windows.go (+1 -1)
📝 cmd/bench/bench.go (+1 -1)
📝 cmd/cmd.go (+3 -3)
📝 cmd/interactive.go (+3 -3)
📝 cmd/start_darwin.go (+1 -1)
📝 cmd/start_default.go (+1 -1)
📝 cmd/start_windows.go (+1 -1)
📝 llm/server.go (+1 -1)

📄 Description

This change updates user-facing text to consistently capitalize 'Ollama' as a proper noun throughout the codebase, including:

  • Help descriptions (serve command, keyboard shortcuts)
  • Error messages shown to users
  • Status messages

Fixes #10165


🔄 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/13644 **Author:** [@dhirajlochib](https://github.com/dhirajlochib) **Created:** 1/8/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `fix/capitalize-ollama` --- ### 📝 Commits (1) - [`9c5d399`](https://github.com/ollama/ollama/commit/9c5d399ebbdfae4e5047519d79a41361089cea16) cmd,api,llm,app: capitalize Ollama in user-facing text ### 📊 Changes **10 files changed** (+15 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `api/types.go` (+2 -2) 📝 `app/updater/updater.go` (+1 -1) 📝 `app/updater/updater_windows.go` (+1 -1) 📝 `cmd/bench/bench.go` (+1 -1) 📝 `cmd/cmd.go` (+3 -3) 📝 `cmd/interactive.go` (+3 -3) 📝 `cmd/start_darwin.go` (+1 -1) 📝 `cmd/start_default.go` (+1 -1) 📝 `cmd/start_windows.go` (+1 -1) 📝 `llm/server.go` (+1 -1) </details> ### 📄 Description This change updates user-facing text to consistently capitalize 'Ollama' as a proper noun throughout the codebase, including: - Help descriptions (serve command, keyboard shortcuts) - Error messages shown to users - Status messages Fixes #10165 --- <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-16 07:11:08 -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#19581