Ollama Endpoint was empty
Error
Ollama Endpoint was empty (please enter http://localhost:11434 in Neural Inverse if you want the default url).Why this happens
The Ollama endpoint field in settings is blank. Neural Inverse needs to know where Ollama is running.
Fix
- Open Neural Inverse settings (gear icon)
- Select Ollama as your provider
- Enter the endpoint:
http://localhost:11434 - Make sure Ollama is running:
ollama serve
Non-default ports
If Ollama is running on a different port or machine:
- Docker:
http://host.docker.internal:11434 - Remote server:
http://<ip>:11434 - Custom port:
http://localhost:<port>
Verify Ollama is responding
curl http://localhost:11434/api/tagsThis should return a JSON list of your installed models.
Was this page helpful?
Last edited