[PR #12365] [CLOSED] refactor: ollama image data use base64 string for raw binary #13798

Closed
opened 2026-04-13 00:36:50 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/12365
Author: @JonXSnow
Created: 9/22/2025
Status: Closed

Base: mainHead: refactor/images


📝 Commits (2)

  • a4a421f refactor: replace mod to forked repository
  • 313d65b refactor: ollama image data use base64 string for raw binary

📊 Changes

215 files changed (+615 additions, -611 deletions)

View changed files

📝 .github/ISSUE_TEMPLATE/10_bug_report.yml (+1 -1)
📝 .github/ISSUE_TEMPLATE/config.yml (+1 -1)
📝 .github/workflows/release.yaml (+1 -1)
📝 CONTRIBUTING.md (+3 -3)
📝 Dockerfile (+1 -1)
📝 README.md (+5 -5)
📝 api/client.go (+7 -7)
📝 api/examples/chat/main.go (+1 -1)
📝 api/examples/generate-streaming/main.go (+1 -1)
📝 api/examples/generate/main.go (+1 -1)
📝 api/examples/multimodal/main.go (+3 -2)
📝 api/examples/pull-progress/main.go (+1 -1)
📝 api/types.go (+4 -4)
📝 app/lifecycle/lifecycle.go (+3 -3)
📝 app/lifecycle/logging.go (+2 -2)
📝 app/lifecycle/server.go (+1 -1)
📝 app/lifecycle/updater.go (+2 -2)
📝 app/main.go (+1 -1)
📝 app/tray/tray.go (+2 -2)
📝 app/tray/tray_nonwindows.go (+1 -1)

...and 80 more files

📄 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/12365 **Author:** [@JonXSnow](https://github.com/JonXSnow) **Created:** 9/22/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `refactor/images` --- ### 📝 Commits (2) - [`a4a421f`](https://github.com/ollama/ollama/commit/a4a421fb23fd92378d17c798b8d15ff7e9bbbc2c) refactor: replace mod to forked repository - [`313d65b`](https://github.com/ollama/ollama/commit/313d65b898fa93ec39e4901dce7672ac04bc7c11) refactor: ollama image data use base64 string for raw binary ### 📊 Changes **215 files changed** (+615 additions, -611 deletions) <details> <summary>View changed files</summary> 📝 `.github/ISSUE_TEMPLATE/10_bug_report.yml` (+1 -1) 📝 `.github/ISSUE_TEMPLATE/config.yml` (+1 -1) 📝 `.github/workflows/release.yaml` (+1 -1) 📝 `CONTRIBUTING.md` (+3 -3) 📝 `Dockerfile` (+1 -1) 📝 `README.md` (+5 -5) 📝 `api/client.go` (+7 -7) 📝 `api/examples/chat/main.go` (+1 -1) 📝 `api/examples/generate-streaming/main.go` (+1 -1) 📝 `api/examples/generate/main.go` (+1 -1) 📝 `api/examples/multimodal/main.go` (+3 -2) 📝 `api/examples/pull-progress/main.go` (+1 -1) 📝 `api/types.go` (+4 -4) 📝 `app/lifecycle/lifecycle.go` (+3 -3) 📝 `app/lifecycle/logging.go` (+2 -2) 📝 `app/lifecycle/server.go` (+1 -1) 📝 `app/lifecycle/updater.go` (+2 -2) 📝 `app/main.go` (+1 -1) 📝 `app/tray/tray.go` (+2 -2) 📝 `app/tray/tray_nonwindows.go` (+1 -1) _...and 80 more files_ </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-13 00:36:50 -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#13798