Cant connect to Networked Ollama #7398
Unanswered
BartonJeremy
asked this question in
Help
Replies: 1 comment
-
Have you checked out the Ollama guide? Or our docs and troubleshooting? https://docs.continue.dev/guides/ollama-guide |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to connect to a network hosted Ollama docker container. I am able put the HTTP URL into chrome and get Ollama is running message on my DEV machine but it seems continue can't connect to it. I am getting Unable to connect to local Ollama instance. Ollama may not be installed or may not running.
This is my config.yaml
name: AI Agent
version: 1.0.0
schema: v1
models:
provider: ollama
apibase: http://192.168.0.15:11434/
apiKey: none
model: starcoder2:15b
roles:
capabilities:
context:
Any help would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions