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
This is not resolved for me, using version 2.11.7-241.1 in PyCharm 2024.2.1 (Professional Edition).
ollama version is 0.3.13
It is still using /api/chat
/api/chat
Adding more to this, /api/chat streams just fine by default, tested with:
curl http://localhost:11434/api/chat -d '{ "model": "llama3.1", "messages": [ { "role": "user", "content": "why is the sky blue?" } ] }'
Originally posted by @lingfish in #646 (comment)
The text was updated successfully, but these errors were encountered:
Thanks for reporting! This issue will be fixed in the next release.
Sorry, something went wrong.
50ceecb
chore: bump llm-client (fixes #744)
a6bfd17
3803865
No branches or pull requests
This is not resolved for me, using version 2.11.7-241.1 in PyCharm 2024.2.1 (Professional Edition).
ollama version is 0.3.13
It is still using
/api/chat
Adding more to this,
/api/chat
streams just fine by default, tested with:Originally posted by @lingfish in #646 (comment)
The text was updated successfully, but these errors were encountered: