[PR #28] [CLOSED] Made the API more readable. #333

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

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama-python/pull/28
Author: @Red-exe-Engineer
Created: 1/25/2024
Status: Closed

Base: mainHead: main


📝 Commits (3)

📊 Changes

3 files changed (+834 additions, -734 deletions)

View changed files

📝 ollama/__init__.py (+26 -26)
📝 ollama/_client.py (+696 -596)
📝 ollama/_types.py (+112 -112)

📄 Description

I didn't do a lot of API reworking, this mostly just makes stuff easier to read.
The most I did do was change a few internal variable and propositional argument names, hope I didn't miss anything. xD


🔄 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/28 **Author:** [@Red-exe-Engineer](https://github.com/Red-exe-Engineer) **Created:** 1/25/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (3) - [`534c228`](https://github.com/ollama/ollama-python/commit/534c228f005b287031e0567cf3ee5b30b1aca3cd) Update __init__.py - [`36e4bb5`](https://github.com/ollama/ollama-python/commit/36e4bb519c33dbbe7362f0d56d69c7fb0212bc9f) Update _types.py - [`46cc43e`](https://github.com/ollama/ollama-python/commit/46cc43efcea36aa604b5430c7b9e43195f0b954e) Update _client.py ### 📊 Changes **3 files changed** (+834 additions, -734 deletions) <details> <summary>View changed files</summary> 📝 `ollama/__init__.py` (+26 -26) 📝 `ollama/_client.py` (+696 -596) 📝 `ollama/_types.py` (+112 -112) </details> ### 📄 Description I didn't do a lot of API reworking, this mostly just makes stuff easier to read. The most I did do was change a few internal variable and propositional argument names, hope I didn't miss anything. xD --- <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:01 -05:00
yindo closed this issue 2026-02-15 16:30:01 -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#333