Skip to content

Commit f510b69

Browse files
authored
ollama: Update curl proxy. (#508)
Signed-off-by: fengding <[email protected]>
1 parent 2a53e25 commit f510b69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

comps/llms/text-generation/ollama/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ All of your local models are automatically served on localhost:11434. Run ollama
4848
Send an application/json request to the API endpoint of Ollama to interact.
4949

5050
```bash
51-
curl http://localhost:11434/api/generate -d '{
51+
curl --noproxy "*" http://localhost:11434/api/generate -d '{
5252
"model": "llama3",
5353
"prompt":"Why is the sky blue?"
5454
}'

0 commit comments

Comments
 (0)