mirror of
https://github.com/ollama/ollama-python.git
synced 2026-07-21 09:05:23 -04:00
[PR #54] [CLOSED] Feat/pydantic models & refactor #345
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/ollama/ollama-python/pull/54
Author: @Howe829
Created: 2/4/2024
Status: ❌ Closed
Base:
main← Head:feat/pydantic📝 Commits (2)
1569542Feat/Pydanticf145a70feat/refactor📊 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.