ollama-python icon indicating copy to clipboard operation
ollama-python copied to clipboard

[BUG] Inconsistent response for api/tag

Open adar2378 opened this issue 1 year ago • 1 comments

According to api doc for ollama, it says there should name key 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 name key but rather model key.

Is this correct, or is it a bug?

adar2378 avatar Mar 28 '25 18:03 adar2378

https://github.com/apexive/odoo-llm/issues/33

ayushin avatar Apr 05 '25 16:04 ayushin