You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
nvim-llama should support using a remote ollama host: ollama supports this out of the box with a OLLAMA_HOST env variable but using docker, we'll need to inspect this manually and pass that to the docker client container or add it as an optional setting.
The text was updated successfully, but these errors were encountered:
Along these same line it would be nice if it could detect that a local copy of the ollama service is already running and just use that interface instead of the ad hoc docker commands.
nvim-llama should support using a remote ollama host: ollama supports this out of the box with a
OLLAMA_HOST
env variable but using docker, we'll need to inspect this manually and pass that to the docker client container or add it as an optional setting.The text was updated successfully, but these errors were encountered: