Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Inconsistent response for api/tag #487

Open
adar2378 opened this issue Mar 28, 2025 · 0 comments
Open

[BUG] Inconsistent response for api/tag #487

adar2378 opened this issue Mar 28, 2025 · 0 comments
Assignees

Comments

@adar2378
Copy link

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,

model: Optional[str] = None

It does not have name key but rather model key.

Is this correct, or is it a bug?

adar2378 added a commit to apexive/odoo-llm that referenced this issue Mar 28, 2025
…l_id as ollama supports tool_name,

- fixed issue with ollama python client returning different key "model" instead of "key" ollama/ollama-python#487
@ParthSareen ParthSareen self-assigned this Apr 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants