Skip to content

Commit

Permalink
ollama: Update curl proxy. (#508)
Browse files Browse the repository at this point in the history
Signed-off-by: fengding <[email protected]>
  • Loading branch information
feng-intel authored Sep 4, 2024
1 parent 2a53e25 commit f510b69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion comps/llms/text-generation/ollama/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ All of your local models are automatically served on localhost:11434. Run ollama
Send an application/json request to the API endpoint of Ollama to interact.

```bash
curl http://localhost:11434/api/generate -d '{
curl --noproxy "*" http://localhost:11434/api/generate -d '{
"model": "llama3",
"prompt":"Why is the sky blue?"
}'
Expand Down

0 comments on commit f510b69

Please sign in to comment.