--remoteOllamaServer returns connection error #518
-
I am running a remote Ollama server, and am connected to the same network as the server. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Seems like I'm running into the same issue. It will only try to use either my groq API or mistral API even if I actively remove them, and run the same command with the --remoteOllamaServer. The server is working correctly as I can reach it with ollama from another shell and query the model |
Beta Was this translation helpful? Give feedback.
Resolved my issue:
My main thing was that the first time I had tried this I was on a mac. It was all working fine because everything is installed together, both ollama and fabric.
However now I'm on windows. So I was using fabric on WSL but my ollama server was running on my normal windows... Hence the port couldn't be accessed by default from inside of WSL.
There is a way to make windows ports accessible within WSL but I opted for installing ollama inside of WSL as well because it was quicker and preferred to have the two things together for clarity.
So in my case it was user error, but hopefully this helps other people with the same issue