[PR #4881] [MERGED] Extend api/show and ollama show to return more model info #37483

Closed
opened 2026-04-22 22:11:28 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/4881
Author: @royjhan
Created: 6/6/2024
Status: Merged
Merged: 6/19/2024
Merged by: @royjhan

Base: mainHead: royh-show


📝 Commits (10+)

📊 Changes

5 files changed (+243 additions, -30 deletions)

View changed files

📝 api/types.go (+11 -8)
📝 cmd/cmd.go (+126 -17)
📝 docs/api.md (+32 -5)
📝 server/routes.go (+35 -0)
📝 server/routes_test.go (+39 -0)

📄 Description

Building off of #3899
Resolves #3570, #2732, #3899


🔄 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/4881 **Author:** [@royjhan](https://github.com/royjhan) **Created:** 6/6/2024 **Status:** ✅ Merged **Merged:** 6/19/2024 **Merged by:** [@royjhan](https://github.com/royjhan) **Base:** `main` ← **Head:** `royh-show` --- ### 📝 Commits (10+) - [`ccd624c`](https://github.com/ollama/ollama/commit/ccd624ca44e1342b289c575529c812e5e5dd259a) API Show Extended - [`30f7064`](https://github.com/ollama/ollama/commit/30f70643631770217437f958d07d430e341726ae) Initial Draft of Information - [`cdbda76`](https://github.com/ollama/ollama/commit/cdbda76fa95d062edbfb37295f43185303b1e867) Clean Up - [`ebbaa8b`](https://github.com/ollama/ollama/commit/ebbaa8b51387b8118075a5e2a0fcb25c469053cf) Descriptive arg error messages and other fixes - [`c453d52`](https://github.com/ollama/ollama/commit/c453d524b81a03c46da7ccffd95871357812d1f2) Second Draft of Show with Projectors Included - [`3ad14e1`](https://github.com/ollama/ollama/commit/3ad14e1bb2622692ef1c20167935d76a45643600) Remove Chat Template - [`78e1434`](https://github.com/ollama/ollama/commit/78e143453a8221541df5fd9013b5ea4307990729) Touches - [`c8e1bb5`](https://github.com/ollama/ollama/commit/c8e1bb5a66871cf39a0733ce59cbaf07ae860e34) Prevent wrapping from files - [`b005bec`](https://github.com/ollama/ollama/commit/b005becdb9a8f96a1bb36dca2876ccfc32d673a0) Verbose functionality - [`818074c`](https://github.com/ollama/ollama/commit/818074c763d3c39f35fe432b27d27efb60111b18) Docs ### 📊 Changes **5 files changed** (+243 additions, -30 deletions) <details> <summary>View changed files</summary> 📝 `api/types.go` (+11 -8) 📝 `cmd/cmd.go` (+126 -17) 📝 `docs/api.md` (+32 -5) 📝 `server/routes.go` (+35 -0) 📝 `server/routes_test.go` (+39 -0) </details> ### 📄 Description Building off of #3899 Resolves #3570, #2732, #3899 --- <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-22 22:11:29 -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#37483