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

Streaming responses for ollama aren't working #744

Closed
lingfish opened this issue Oct 29, 2024 · 1 comment
Closed

Streaming responses for ollama aren't working #744

lingfish opened this issue Oct 29, 2024 · 1 comment

Comments

@lingfish
Copy link

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:

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)

@carlrobertoh
Copy link
Owner

Thanks for reporting! This issue will be fixed in the next release.

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