Skip to content

Commit 7bd315f

Browse files
authored
Merge pull request #1385 from egrosdou01/add/wedrock-info
Add/bedrock info
2 parents 401fbea + 5dff12d commit 7bd315f

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

README.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -100,14 +100,17 @@ corresponding provider API key accordingly, all these keys are optional, you
100100
will likely need at least one of these, though:
101101

102102
```bash
103-
export OPENAI_API_KEY=your_api_key_here # For OpenAI models
104-
export ANTHROPIC_API_KEY=your_api_key_here # For Anthropic models
105-
export GOOGLE_API_KEY=your_api_key_here # For Gemini models
106-
export XAI_API_KEY=your_api_key_here # For xAI models
107-
export NEBIUS_API_KEY=your_api_key_here # For Nebius models
108-
export MISTRAL_API_KEY=your_api_key_here # For Mistral models
103+
export OPENAI_API_KEY=your_api_key_here # For OpenAI models
104+
export ANTHROPIC_API_KEY=your_api_key_here # For Anthropic models
105+
export GOOGLE_API_KEY=your_api_key_here # For Gemini models
106+
export AWS_BEARER_TOKEN_BEDROCK=your_api_key_here # For AWS Bedrock available models
107+
export XAI_API_KEY=your_api_key_here # For xAI models
108+
export NEBIUS_API_KEY=your_api_key_here # For Nebius models
109+
export MISTRAL_API_KEY=your_api_key_here # For Mistral models
109110
```
110111

112+
**Note:** For the different AWS Bedrock authentication options, take a look [here](docs/USAGE.md#aws-bedrock-provider-usage).
113+
111114
### Run Agents!
112115

113116
```bash

0 commit comments

Comments
 (0)