chatd
chatd copied to clipboard
Using a remote server for ollama
I'm using a laptop for daliy work and I have a GPU server. So, it would be nice if I can use chatd as a frontend and running the LLMs in my server with ollama.
By the way, I'm currently using a local reverse-proxy to make chatd connect to my server. It works fine, but a little complicated.
caddy reverse-proxy --from :11434 --to server:11434
Related to this, please make it so that for Linux builds, you don't have to copy the Ollama binary to the source folder. It should just be able to interact with the API running either locally or remotely, as all other Ollama clients do.