frob
frob
@aaronpliu https://github.com/ollama/ollama/issues/11084#issuecomment-2975840729
Is langflow also running in a container?
Does `curl localhost:11434` from outside the container return anything?
The curl from outside of the container succeeded. Firewall? ipv4 vs ipv6?
``` curl -X POST http://localhost:11434/api/generate ^ -H "Content-Type: application/json" ^ -d "{\"model\": \"deepseek-r1:32b\", \"options\":{\"num_ctx\": 8192}, \"keep_alive\": -1}" ```
If you are using the ollama CLI to chat, do this: ```console C:\> ollama run deepseek-r1:32b --keepalive -1m >>> /set parameter num_ctx 8192 Set parameter 'num_ctx' to '8192' >>> hello...
You will have to read the dify documentation.
What's in the logs?
Add server log.
Add server log from when the error occurs.