Closed cnisno1ok closed 3 months ago
I'm not sure what the question is, but I'll explain a bit in case that helps.
Running just convex env set OLLAMA_HOST
will set an environment variable in the convex backend. This env variable is pointing to the location where you're running ollama. If you're running it locally that's typically http://localhost:11434. However if you're running the backend in a container, you need to either expose the local port, or find a way for it to route to the ollama server. I don't know enough about vmware to advise on how.
I tried using VMware for project deployment