Skip to content

Commit 9a8e8fc

Browse files
committed
Document how to configure which model to use
1 parent 4ccca2a commit 9a8e8fc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ llmcli -h
1818

1919
## Requirements
2020

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`).
2223
- Properly configured AWS credentials.
2324
This tool tries to use AWS profile named “llmcli”, and falls back to default AWS credentials if profile is not found.
2425

0 commit comments

Comments
 (0)