From b9dc83dc0e57e5b15d3fd22e1355ef8c6b81e41a Mon Sep 17 00:00:00 2001 From: Mahdi Azarboon <21277296+azarboon@users.noreply.github.com> Date: Sun, 14 Dec 2025 11:39:41 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 31ed01c..3ead649 100644 --- a/README.md +++ b/README.md @@ -258,7 +258,7 @@ strands --model-provider --model-config As an example, if you wanted to use the packaged Ollama provider with a specific model id, you would run: ```bash -strands --model-provider ollama --model-config '{"model_id": }' +strands --model-provider ollama --model-config '{"model_id": ""}' ``` Strands Agent Builder is packaged with `bedrock` and `ollama`.