Describe the problem/error/question
Unable to authenticate Ollama (screenshot shared below)
Please share your workflow
Share the output returned by the last node
Information on your n8n setup
- n8n version: 1.58.2
- Database (default: SQLite): default
- n8n EXECUTIONS_PROCESS setting (default: own, main): default
- Running n8n via (Docker, npm, n8n cloud, desktop app): docker
- Operating system: window 11
i have my olllama running in my localhost (as screenshot below), but no luck with the credential
But based on doc, there is an issue if i self host n8n.
here is my docker, there isn’t any ollama
And i still no clue how to setup variable in n8n…Can any guru give me some pointers? thanks~
1 Like
ria
2
Hi @weilies_chok
Since you’re hosting n8n in docker you will need to change the Ollama credentials to http://host.docker.internal:11434/
as the host.
Have a look here:
Hope it helps! 
4 Likes
it’s working now ria, thanks!
but here come another question, it’s using the latest llama3.2, which i guess should be 3b
is there a way to downgrade to 1b? coz i m using an old laptop, the response of the chat is very slow
1 Like
ria
4
Hi @weilies_chok
That’s great to hear! 
If you’ve downloaded the 1b
model version you should be able to select that from the Model drop-down
system
Closed
6
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.