[PR #3599] [MERGED] examples: add more Go examples using the API #11210

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

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/3599
Author: @eliben
Created: 4/11/2024
Status: Merged
Merged: 4/15/2024
Merged by: @jmorganca

Base: mainHead: ex2


📝 Commits (4)

📊 Changes

3 files changed (+129 additions, -0 deletions)

View changed files

examples/go-chat/main.go (+51 -0)
examples/go-multimodal/main.go (+47 -0)
examples/go-pull-progress/main.go (+31 -0)

📄 Description

Updates #2840

Followup on #2879


🔄 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/3599 **Author:** [@eliben](https://github.com/eliben) **Created:** 4/11/2024 **Status:** ✅ Merged **Merged:** 4/15/2024 **Merged by:** [@jmorganca](https://github.com/jmorganca) **Base:** `main` ← **Head:** `ex2` --- ### 📝 Commits (4) - [`255ef5d`](https://github.com/ollama/ollama/commit/255ef5d057faa496dcf0a77079d20e0bb34121eb) examples: go-multimodal - [`5d413e0`](https://github.com/ollama/ollama/commit/5d413e0bc9623018839070d816b23f6c9b4b8753) examples: add go-pull-progress - [`3129541`](https://github.com/ollama/ollama/commit/31295416242363e19aa82fe96acdab96c52d99f1) examples: add go-chat - [`04cbc1e`](https://github.com/ollama/ollama/commit/04cbc1e1af7609cde23713bc22c7d663d53daecc) fix ### 📊 Changes **3 files changed** (+129 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `examples/go-chat/main.go` (+51 -0) ➕ `examples/go-multimodal/main.go` (+47 -0) ➕ `examples/go-pull-progress/main.go` (+31 -0) </details> ### 📄 Description Updates #2840 Followup on #2879 --- <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:24:19 -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#11210