- Issue created by @ultimike
I'm using DDEV and am unable to configure the provider to use a model I've installed in the ollama container.
When I try to configure it via /admin/config/ai/providers/ollama, I get the following error:
Failed to get models from Ollama: Client error: `GET http://host.docker.internal:11434/api/tags` resulted in a `404 Not Found` response: 404 page not found
This is regardless of if I set the Host name to "http://ollama" or "http://host.docker.internal" (both with port 11434.)
From the command line, if I run "ddev exec curl host.docker.internal:11434", I get "404 page not found".
But, oddly, I can utilize the API Explorer successfully against the installed model and it works fine.
-mike
Active
1.1
Code