-
Hey. I use a Mac laptop. I want to run a local ollama on the Mac. For this to work, I need to tell CodeCompanion to send ollama requests to the default gateway (192.168.110.1 in my case). |
Beta Was this translation helpful? Give feedback.
Answered by
olimorris
Jan 14, 2025
Replies: 1 comment 3 replies
-
Please see: https://codecompanion.olimorris.dev/configuration/adapters.html#example-using-ollama-remotely |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Of course. You just specify a different url for
env.url
. The Ollama adapter source can be found here with the relevant lines.