[PR #15] [MERGED] examples #326

Closed
opened 2026-02-15 16:29:59 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama-python/pull/15
Author: @mxyng
Created: 1/18/2024
Status: Merged
Merged: 1/18/2024
Merged by: @mxyng

Base: mainHead: mxyng/examples


📝 Commits (3)

  • 8497ffa examples: rename directories
  • 89c4b54 examples: add async chat
  • 81e2539 examples: add pull progress readme

📊 Changes

11 files changed (+72 additions, -2 deletions)

View changed files

examples/async-chat-stream/README.md (+3 -0)
examples/async-chat-stream/main.py (+59 -0)
📝 examples/chat-stream/main.py (+0 -0)
📝 examples/chat/main.py (+0 -0)
📝 examples/fill-in-middle/main.py (+0 -0)
📝 examples/generate-stream/main.py (+0 -0)
📝 examples/generate/main.py (+0 -0)
📝 examples/multimodal/main.py (+0 -0)
examples/pull-progress/README.md (+9 -0)
📝 examples/pull-progress/main.py (+0 -2)
examples/pull-progress/requirements.txt (+1 -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-python/pull/15 **Author:** [@mxyng](https://github.com/mxyng) **Created:** 1/18/2024 **Status:** ✅ Merged **Merged:** 1/18/2024 **Merged by:** [@mxyng](https://github.com/mxyng) **Base:** `main` ← **Head:** `mxyng/examples` --- ### 📝 Commits (3) - [`8497ffa`](https://github.com/ollama/ollama-python/commit/8497ffa3d49abb0bd370060e2ab7afa7c3eadba0) examples: rename directories - [`89c4b54`](https://github.com/ollama/ollama-python/commit/89c4b54316d48237d214712e3354b95014fe21c8) examples: add async chat - [`81e2539`](https://github.com/ollama/ollama-python/commit/81e253997d87137dbbb558b86db1b205bf687673) examples: add pull progress readme ### 📊 Changes **11 files changed** (+72 additions, -2 deletions) <details> <summary>View changed files</summary> ➕ `examples/async-chat-stream/README.md` (+3 -0) ➕ `examples/async-chat-stream/main.py` (+59 -0) 📝 `examples/chat-stream/main.py` (+0 -0) 📝 `examples/chat/main.py` (+0 -0) 📝 `examples/fill-in-middle/main.py` (+0 -0) 📝 `examples/generate-stream/main.py` (+0 -0) 📝 `examples/generate/main.py` (+0 -0) 📝 `examples/multimodal/main.py` (+0 -0) ➕ `examples/pull-progress/README.md` (+9 -0) 📝 `examples/pull-progress/main.py` (+0 -2) ➕ `examples/pull-progress/requirements.txt` (+1 -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>
yindo added the pull-request label 2026-02-15 16:29:59 -05:00
yindo closed this issue 2026-02-15 16:29:59 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: ollama/ollama-python#326