Neural Inverse is Open Source →
DocsOllama Endpoint Empty

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

  1. Open Neural Inverse settings (gear icon)
  2. Select Ollama as your provider
  3. Enter the endpoint: http://localhost:11434
  4. 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/tags

This should return a JSON list of your installed models.


Was this page helpful?

Last edited