We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a53e25 commit f510b69Copy full SHA for f510b69
comps/llms/text-generation/ollama/README.md
@@ -48,7 +48,7 @@ All of your local models are automatically served on localhost:11434. Run ollama
48
Send an application/json request to the API endpoint of Ollama to interact.
49
50
```bash
51
-curl http://localhost:11434/api/generate -d '{
+curl --noproxy "*" http://localhost:11434/api/generate -d '{
52
"model": "llama3",
53
"prompt":"Why is the sky blue?"
54
}'
0 commit comments