[PR #3737] [MERGED] update create handler to use model.Name #16539

Closed
opened 2026-04-16 05:34:01 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/3737
Author: @mxyng
Created: 4/18/2024
Status: Merged
Merged: 6/5/2024
Merged by: @mxyng

Base: mainHead: mxyng/modelname-4


📝 Commits (1)

  • d61ef8b update create handler to use model.Name

📊 Changes

6 files changed (+436 additions, -65 deletions)

View changed files

📝 server/images.go (+19 -22)
📝 server/manifest.go (+24 -20)
📝 server/model.go (+4 -6)
📝 server/routes.go (+17 -16)
📝 server/routes_create_test.go (+368 -0)
📝 server/routes_test.go (+4 -1)

📄 Description

follow up to #3718


🔄 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/3737 **Author:** [@mxyng](https://github.com/mxyng) **Created:** 4/18/2024 **Status:** ✅ Merged **Merged:** 6/5/2024 **Merged by:** [@mxyng](https://github.com/mxyng) **Base:** `main` ← **Head:** `mxyng/modelname-4` --- ### 📝 Commits (1) - [`d61ef8b`](https://github.com/ollama/ollama/commit/d61ef8b954027b6bc17840f200d2dc80958205d8) update create handler to use model.Name ### 📊 Changes **6 files changed** (+436 additions, -65 deletions) <details> <summary>View changed files</summary> 📝 `server/images.go` (+19 -22) 📝 `server/manifest.go` (+24 -20) 📝 `server/model.go` (+4 -6) 📝 `server/routes.go` (+17 -16) 📝 `server/routes_create_test.go` (+368 -0) 📝 `server/routes_test.go` (+4 -1) </details> ### 📄 Description follow up to #3718 --- <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 05:34:01 -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#16539