Skip to content

Commit 2621033

Browse files
authored
Add rotation provider (#1294)
1 parent 03c8830 commit 2621033

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Anthropic Claude
2+
3+
- [Anthropic Claude](https://console.anthropic.com/docs/access)
4+
- SOPHIA
5+
6+
## Quick Start Guide
7+
8+
- Get your Anthroic API key at <https://console.anthropic.com/settings/keys>.
9+
10+
### Update your agent settings
11+
12+
1. Set `AI_PROVIDER` to `claude`.
13+
2. Set `ANTHROPIC_API_KEY` to your API key.
14+
3. Set `ANTHROPIC_MODEL` to `claude-3-5-sonnet-20240620`. List of models available at <https://docs.anthropic.com/claude/docs/models-overview> .
15+
4. Set `ANTHROPIC_MAX_TOKENS` to the maximum number of input tokens. Default is `200000` for Claude.

0 commit comments

Comments
 (0)