[PR #54] [CLOSED] Feat/pydantic models & refactor #345

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

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama-python/pull/54
Author: @Howe829
Created: 2/4/2024
Status: Closed

Base: mainHead: feat/pydantic


📝 Commits (2)

📊 Changes

9 files changed (+398 additions, -273 deletions)

View changed files

📝 examples/chat/main.py (+3 -8)
📝 ollama/__init__.py (+2 -2)
📝 ollama/_client.py (+9 -129)
ollama/_errors.py (+33 -0)
📝 ollama/_types.py (+111 -128)
ollama/_utils.py (+106 -0)
📝 poetry.lock (+125 -1)
📝 pyproject.toml (+1 -0)
📝 tests/test_client.py (+8 -5)

📄 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/54 **Author:** [@Howe829](https://github.com/Howe829) **Created:** 2/4/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feat/pydantic` --- ### 📝 Commits (2) - [`1569542`](https://github.com/ollama/ollama-python/commit/156954208c6bdf509be9e0d3008d153dab8f5cd7) Feat/Pydantic - [`f145a70`](https://github.com/ollama/ollama-python/commit/f145a70b685a10d5998a08e86906dfd1001e8848) feat/refactor ### 📊 Changes **9 files changed** (+398 additions, -273 deletions) <details> <summary>View changed files</summary> 📝 `examples/chat/main.py` (+3 -8) 📝 `ollama/__init__.py` (+2 -2) 📝 `ollama/_client.py` (+9 -129) ➕ `ollama/_errors.py` (+33 -0) 📝 `ollama/_types.py` (+111 -128) ➕ `ollama/_utils.py` (+106 -0) 📝 `poetry.lock` (+125 -1) 📝 `pyproject.toml` (+1 -0) 📝 `tests/test_client.py` (+8 -5) </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:30:03 -05:00
yindo closed this issue 2026-02-15 16:30:03 -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#345