mirror of
https://github.com/ollama/ollama-python.git
synced 2026-07-21 09:05:23 -04:00
[PR #28] [CLOSED] Made the API more readable. #333
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/28
Author: @Red-exe-Engineer
Created: 1/25/2024
Status: ❌ Closed
Base:
main← Head:main📝 Commits (3)
534c228Update __init__.py36e4bb5Update _types.py46cc43eUpdate _client.py📊 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.