[PR #49] [MERGED] Go run #9948

Closed
opened 2026-04-12 22:48:35 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/49
Author: @mxyng
Created: 7/6/2023
Status: Merged
Merged: 7/7/2023
Merged by: @mxyng

Base: goHead: go-run


📝 Commits (5)

📊 Changes

7 files changed (+235 additions, -187 deletions)

View changed files

📝 api/client.go (+63 -108)
📝 api/types.go (+2 -2)
📝 cmd/cmd.go (+126 -55)
📝 go.mod (+8 -2)
📝 go.sum (+14 -4)
📝 server/models.go (+18 -16)
📝 server/routes.go (+4 -0)

📄 Description

No description provided


🔄 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/49 **Author:** [@mxyng](https://github.com/mxyng) **Created:** 7/6/2023 **Status:** ✅ Merged **Merged:** 7/7/2023 **Merged by:** [@mxyng](https://github.com/mxyng) **Base:** `go` ← **Head:** `go-run` --- ### 📝 Commits (5) - [`3d6009a`](https://github.com/ollama/ollama/commit/3d6009aae3a5f4a708e12c6d634ba801433d5fd6) run prompts - [`c4b9e84`](https://github.com/ollama/ollama/commit/c4b9e84945e80f64bf1827531a5903cea2c7f93f) progress - [`b0e63bf`](https://github.com/ollama/ollama/commit/b0e63bfb4c120c476eb149bbaa3546005854e1ac) simplify api client - [`b0618a4`](https://github.com/ollama/ollama/commit/b0618a466e998e8e7bb5b093972fd01013cee2b8) generate progress - [`291bb97`](https://github.com/ollama/ollama/commit/291bb97e3d03606258dbee45c24ca5db358b46c7) client request options ### 📊 Changes **7 files changed** (+235 additions, -187 deletions) <details> <summary>View changed files</summary> 📝 `api/client.go` (+63 -108) 📝 `api/types.go` (+2 -2) 📝 `cmd/cmd.go` (+126 -55) 📝 `go.mod` (+8 -2) 📝 `go.sum` (+14 -4) 📝 `server/models.go` (+18 -16) 📝 `server/routes.go` (+4 -0) </details> ### 📄 Description _No description provided_ --- <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 22:48:35 -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#9948