[PR #5] [MERGED] Mxyng #318

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

📋 Pull Request Information

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

Base: mainHead: mxyng


📝 Commits (9)

📊 Changes

4 files changed (+319 additions, -46 deletions)

View changed files

📝 README.md (+15 -0)
📝 ollama/__init__.py (+16 -1)
📝 ollama/_client.py (+176 -41)
📝 ollama/_types.py (+112 -4)

📄 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/5 **Author:** [@mxyng](https://github.com/mxyng) **Created:** 1/10/2024 **Status:** ✅ Merged **Merged:** 1/11/2024 **Merged by:** [@mxyng](https://github.com/mxyng) **Base:** `main` ← **Head:** `mxyng` --- ### 📝 Commits (9) - [`cea391a`](https://github.com/ollama/ollama-python/commit/cea391a041ac6f83b1d45a928c6b1aae354c80e0) add generate and chat responses - [`2804a03`](https://github.com/ollama/ollama-python/commit/2804a03d82af8cc86c29c076af2240d48d3943c8) httpx: kwargs - [`7601947`](https://github.com/ollama/ollama-python/commit/7601947a35d2ba84dc0698efe349aef3f317050e) request/response errors - [`f7e6980`](https://github.com/ollama/ollama-python/commit/f7e6980b1ba9c900ff15e795aecdc0f666476fe4) literal - [`7c2ec01`](https://github.com/ollama/ollama-python/commit/7c2ec01d2f9c0938fe8d61035ea34b302a6c371a) docstrings - [`64127ee`](https://github.com/ollama/ollama-python/commit/64127ee821f11b8812e2b9a2b8ddd31bd5518caa) parse json error - [`008a6a6`](https://github.com/ollama/ollama-python/commit/008a6a6b00d6df0536d1595b85e7b6dae1028273) add embeddings - [`d2ea72a`](https://github.com/ollama/ollama-python/commit/d2ea72ae0753735116bd498967c7681581c62cbb) return full list objects - [`1f68bae`](https://github.com/ollama/ollama-python/commit/1f68bae4830fc040e7e01f97bc3bd1f84df2c241) wording ### 📊 Changes **4 files changed** (+319 additions, -46 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+15 -0) 📝 `ollama/__init__.py` (+16 -1) 📝 `ollama/_client.py` (+176 -41) 📝 `ollama/_types.py` (+112 -4) </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:56 -05:00
yindo closed this issue 2026-02-15 16:29:56 -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#318