mirror of
https://github.com/ollama/ollama-python.git
synced 2026-07-21 09:05:23 -04:00
[BUG] Inconsistent response for api/tag #247
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 @adar2378 on GitHub (Mar 28, 2025).
Originally assigned to: @ParthSareen on GitHub.
According to api doc for ollama, it says there should
namekey indicating model name.https://github.com/ollama/ollama/blob/main/docs/api.md#response-25
But in the Python client, https://github.com/ollama/ollama-python/blob/07eec6d517b95ef49fda672d8a533cb01a56b2fa/ollama/_types.py#L435
It does not have
namekey but rathermodelkey.Is this correct, or is it a bug?
@ayushin commented on GitHub (Apr 5, 2025):
https://github.com/apexive/odoo-llm/issues/33