Ollama recognized but no LLMs listed #4664
Replies: 1 comment
|
"Port connects but the list is empty" almost always means one of two things, and one command tells you which. Run this from the same machine the app is on: curl http://localhost:11434/api/tagsIf you get back If you get a real list of models but the app still shows nothing, it's CORS. Ollama only answers browser requests from origins it's been told to trust, and a version check can slip through where the model list doesn't. Set: On Linux with systemd: systemctl edit ollamaand add: then On macOS: One thing worth ruling out first if the app runs in Docker: |
Uh oh!
There was an error while loading. Please reload this page.
I have had this problem using Ollama with other things as well but when I try to connect port 11434 and it works but none of my models show up.
All reactions