Gautham Pai
Gautham Pai
> A workaround for me. First remove `cluster-store` and `cluster-advertise` in the daemon.json and restart the `docker` service. Then add them back and restart `docker` again. It works for me...
+1 Would be great to have support for both HTTP/1.1 and WebSocket proxying.
This would be a wonderful feature. I have 3 things in mind (not sure about how well this can be implemented as I don't yet have complete source code level...
> One thought on Token Counting - would it make sense to build this directly into the LM abstraction? > > I imagine, while there may be some overlap in...
+1 For supporting all OpenAI compatible local LLM servers for inferencing and not just Ollama. I think this will increase adoption because a lot of "application developers" of LMs who...
I am not a developer on this project, but I had a similar requirement. Somehow, even enabling auth didn't seem to work for me. So I just disabled auth and...
Here is a crude solution that worked for me. Run the code in another Docker container and put both the containers in a single custom bridge network. ``` docker network...
+1 Would be great if this plugin is added back!