Skip to content

Commit

Permalink
ollama: Update curl proxy.
Browse files Browse the repository at this point in the history
Signed-off-by: fengding <[email protected]>
  • Loading branch information
feng-intel committed Aug 16, 2024
1 parent 9580298 commit 8e1ae9a
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 @@ -40,7 +40,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 8e1ae9a

Please sign in to comment.