From 2328bb6a19e368691d9db526936a548caaba1534 Mon Sep 17 00:00:00 2001 From: Parth Sareen Date: Tue, 23 Sep 2025 21:05:40 -0700 Subject: [PATCH] Update examples/README.md Co-authored-by: Jeffrey Morgan --- examples/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/examples/README.md b/examples/README.md index 8c695ef..1f7ccca 100644 --- a/examples/README.md +++ b/examples/README.md @@ -41,7 +41,11 @@ See [ollama/docs/api.md](https://github.com/ollama/ollama/blob/main/docs/api.md) ### Web search -`OLLAMA_API_KEY` is required. You can get one from [ollama.com/settings/keys](https://ollama.com/settings/keys). +An API key from Ollama's cloud service is required. You can create one [here](https://ollama.com/settings/keys). + +```shell +export OLLAMA_API_KEY="your_api_key_here" +``` - [web-search.py](web-search.py)