We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
According to api doc for ollama, it says there should name key indicating model name.
name
https://github.com/ollama/ollama/blob/main/docs/api.md#response-25
But in the Python client,
ollama-python/ollama/_types.py
Line 435 in 07eec6d
It does not have name key but rather model key.
model
Is this correct, or is it a bug?
The text was updated successfully, but these errors were encountered:
add message clean up for ollama, use correct tool_name instead of too…
c386096
…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
No branches or pull requests
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,
ollama-python/ollama/_types.py
Line 435 in 07eec6d
It does not have
name
key but rathermodel
key.Is this correct, or is it a bug?
The text was updated successfully, but these errors were encountered: