You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,8 @@ llmcli -h
18
18
19
19
## Requirements
20
20
21
-
- AWS account with Bedrock access and the following models enabled: Anthropic Claude 3.5 Sonnet, Anthropic Claude 3 Sonnet.
21
+
- AWS account with Bedrock access and at least one [model that supports ConverseStream API and system prompt](https://docs.aws.amazon.com/bedrock/latest/userguide/conversation-inference-supported-models-features.html) enabled.
22
+
Configure which model to use with `LLMCLI_MODEL` environment variable (example: `us.amazon.nova-micro-v1:0`).
22
23
- Properly configured AWS credentials.
23
24
This tool tries to use AWS profile named “llmcli”, and falls back to default AWS credentials if profile is not found.
0 commit comments