th1nkd0g

Results 1 comments of th1nkd0g

I had same Errno111 while running the browser-use/webui via docker on M4 mac changed the .env files OLLAMA_ENDPOINT to below and worked for me //.env #OLLAMA_ENDPOINT=http://localhost:11434 OLLAMA_ENDPOINT=http://host.docker.internal:11434 # changed to...