[PR #181] [MERGED] Add type overloads to methods #401

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

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama-python/pull/181
Author: @royjhan
Created: 6/5/2024
Status: Merged
Merged: 6/19/2024
Merged by: @royjhan

Base: mainHead: roy-typing


📝 Commits (7)

📊 Changes

1 file changed (+213 additions, -1 deletions)

View changed files

📝 ollama/_client.py (+213 -1)

📄 Description

In reference to #132


🔄 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/181 **Author:** [@royjhan](https://github.com/royjhan) **Created:** 6/5/2024 **Status:** ✅ Merged **Merged:** 6/19/2024 **Merged by:** [@royjhan](https://github.com/royjhan) **Base:** `main` ← **Head:** `roy-typing` --- ### 📝 Commits (7) - [`6e25863`](https://github.com/ollama/ollama-python/commit/6e2586371298332953433bd4364f608858ce7f35) Add type overloads for chat() method in _client.py - [`af5e86a`](https://github.com/ollama/ollama-python/commit/af5e86a7ad36a38a3296f2b81dfef3d452f00ba0) Overloading - [`b156991`](https://github.com/ollama/ollama-python/commit/b1569911c4cd8296aa3d894f6191e3d7a46aca44) Merge branch 'main' into roy-typing - [`7f443c6`](https://github.com/ollama/ollama-python/commit/7f443c6c753b8fc7bc758b48503e7925c2e16c9d) Fix Overload Overlap - [`00541f5`](https://github.com/ollama/ollama-python/commit/00541f51c67bfb21e82100db734bc7e9863baa81) Fix async chat - [`d87517f`](https://github.com/ollama/ollama-python/commit/d87517fe33d7b1c3d3cafb38d42db6c0a27118be) Lint - [`941c7a5`](https://github.com/ollama/ollama-python/commit/941c7a5d97e5bc9cf8905f231f2b8a4440c8d98a) Reverse ### 📊 Changes **1 file changed** (+213 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `ollama/_client.py` (+213 -1) </details> ### 📄 Description In reference to #132 --- <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:30:16 -05:00
yindo closed this issue 2026-02-15 16:30:16 -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#401