[PR #2113] [CLOSED] Add client only target #10784

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

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/2113
Author: @Mistobaan
Created: 1/20/2024
Status: Closed

Base: mainHead: mistobaan/ollamac-client-exp


📝 Commits (1)

📊 Changes

5 files changed (+454 additions, -267 deletions)

View changed files

client/main.go (+137 -0)
📝 cmd/cmd.go (+2 -263)
📝 cmd/generate/generate.go (+270 -3)
📝 cmd/generate/generate_test.go (+1 -1)
cmd/listhandler/listhandler.go (+44 -0)

📄 Description

This pull request adds a new client-only target to the project.

go build -o ollamac ./client

🔄 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/2113 **Author:** [@Mistobaan](https://github.com/Mistobaan) **Created:** 1/20/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `mistobaan/ollamac-client-exp` --- ### 📝 Commits (1) - [`8339e77`](https://github.com/ollama/ollama/commit/8339e77e44194b99de085a420b0c896ec3f10f91) add client only target ### 📊 Changes **5 files changed** (+454 additions, -267 deletions) <details> <summary>View changed files</summary> ➕ `client/main.go` (+137 -0) 📝 `cmd/cmd.go` (+2 -263) 📝 `cmd/generate/generate.go` (+270 -3) 📝 `cmd/generate/generate_test.go` (+1 -1) ➕ `cmd/listhandler/listhandler.go` (+44 -0) </details> ### 📄 Description This pull request adds a new client-only target to the project. ```bash go build -o ollamac ./client ``` --- <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:10:41 -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#10784