Nicolas Sebrecht

Results 239 comments of Nicolas Sebrecht

Hey, First of all, I'm delighted to see offlineimap3 evolve, thanks to the community and @thekix. @thekix: I've invited you to the github org maintainers so you're not limited anymore...

Same issue here with docker and system ollama installation: `ollama pull llama3.2:latest` NOTICE: `ollama run llama3.2` works fine ### chat model - **name:** llama3.2 - **model type:** openai - **model...

> I can easily connect to my local instance, but have no idea what this "/v1" is: curl http://192.168.6.241:11434/v1/ 404 page not found > curl http://192.168.6.241:11434 Ollama is running That's...

Sadly, this didn't help: ``` host> curl http://localhost:11434 Ollama is running% host> ``` ``` host> docker exec -it khoj-server-1 /bin/bash root@633fd8c28278:/app# grep internal /etc/hosts 172.17.0.1 host.docker.internal root@633fd8c28278:/app# curl http://host.docker.internal:11434 curl:...

BTW, I've tried to set OLLAMA_ORIGINS in the systemd service (restarted: option applied): ``` [Service] Environment="OLLAMA_ORIGINS=http://172.18.0.2:*,http://172.18.0.3:*,http://172.18.0.4:*,http://172.18.0.5:*,http://172.18.0.2,http://172.18.0.3,http://172.18.0.4,http://172.18.0.5" ``` I still get "Connection refused" in the docker instance and no access in...

It's now working, here. For short, the ollama service and network configuration did not match. ### Detailed explanation (on Linux) #### The docker config The docker instance must be able...

I guess you didn't start all the docker stuff with `docker-compose start server`. Could you try with `docker-compose up` instead? What's the output of - `docker network ls` - `docker...

The ouputs looks good and the docker0 bridge with the correct ips et binding is there. Do you have the host.docker.internal line in /etc/hosts with `docker-compose up`?

Please, consider moving to https://github.com/OfflineIMAP/offlineimap3