We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c69b150 commit 947ff47Copy full SHA for 947ff47
README.md
@@ -258,7 +258,7 @@ strands --model-provider <NAME> --model-config <JSON|FILE>
258
As an example, if you wanted to use the packaged Ollama provider with a specific model id, you would run:
259
260
```bash
261
-strands --model-provider ollama --model-config '{"model_id": <ID>}'
+strands --model-provider ollama --model-config '{"model_id": "<ID>"}'
262
```
263
264
Strands Agent Builder is packaged with `bedrock` and `ollama`.
0 commit comments