mirror of
https://github.com/ollama/ollama-python.git
synced 2026-07-21 09:05:23 -04:00
release the last version #273
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?
Originally created by @igorschlum on GitHub (May 25, 2025).
Hello Ollama team,
The Ollama API documentation for /api/show mentions a capabilities field, which is useful for determining if a model has vision capabilities.
I've noticed that while this field has been added to the ollama-python library's source code on GitHub, it is not yet available in the latest version published on PyPI
Would it be possible to publish a new version to PyPI? This would make the capabilities field and other recent updates accessible to all users who install the library via pip. This particular update for the capabilities field would be very helpful.
in the mean time, for others who need this features, you can type :
pip install git+https://github.com/ollama/ollama-python.git
@igorschlum commented on GitHub (Jun 4, 2025):
Thank you, it's done.