[PR #1541] [MERGED] add API create/copy handlers #10613

Closed
opened 2026-04-12 23:05:01 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/1541
Author: @pdevine
Created: 12/15/2023
Status: Merged
Merged: 12/15/2023
Merged by: @pdevine

Base: mainHead: api-unittests-create


📝 Commits (2)

📊 Changes

1 file changed (+75 additions, -12 deletions)

View changed files

📝 server/routes_test.go (+75 -12)

📄 Description

This change adds a test for calling POST /api/create which creates a new model.


🔄 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/1541 **Author:** [@pdevine](https://github.com/pdevine) **Created:** 12/15/2023 **Status:** ✅ Merged **Merged:** 12/15/2023 **Merged by:** [@pdevine](https://github.com/pdevine) **Base:** `main` ← **Head:** `api-unittests-create` --- ### 📝 Commits (2) - [`ad23294`](https://github.com/ollama/ollama/commit/ad23294396e26a591903c485cc152c901be66e61) add API create handler - [`753f567`](https://github.com/ollama/ollama/commit/753f567fb33578ed2d3b3c30ccf47385195e20bb) add `POST /api/copy` unit test ### 📊 Changes **1 file changed** (+75 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `server/routes_test.go` (+75 -12) </details> ### 📄 Description This change adds a test for calling `POST /api/create` which creates a new model. --- <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-12 23:05: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#10613