mirror of
https://github.com/ollama/ollama-python.git
synced 2026-07-21 09:05:23 -04:00
Can we access the model using Ollama via WebSockets?
#231
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mahimairaja on GitHub (Mar 3, 2025).
Wondering if ollama supports websockets natively?
@xuzexin-hz commented on GitHub (Mar 5, 2025):
I think it is impossible to support it. It is good enough to support stream. Websockets is a two-way communication. What does Ollama push to the client? I think there is no use case.
@mahimairaja commented on GitHub (Mar 5, 2025):
Makes sense! Tnx