-
-
Notifications
You must be signed in to change notification settings - Fork 358
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update Claude Provider to support Claude 3 * Update models link * Update docs
- Loading branch information
Showing
3 changed files
with
21 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,12 @@ | ||
# Anthropic Claude | ||
|
||
- [Anthropic Claude](https://console.anthropic.com/docs/access) | ||
- [AGiXT](https://github.com/Josh-XT/AGiXT) | ||
|
||
## Quick Start Guide | ||
|
||
### Update your agent settings | ||
|
||
1. Set `AI_PROVIDER` to `claude`. | ||
2. Set `ANTHROPIC_API_KEY` to your OpenAI API key. | ||
3. Set `AI_MODEL` to `claude-v1-100k` for the 100k model, or `claude-v1` for the regular model. | ||
4. Set `AI_TEMPERATURE` to a value between 0 and 1. The higher the value, the more creative the output. | ||
5. Set `MAX_TOKENS` to the maximum number of tokens to generate. | ||
2. Set `ANTHROPIC_API_KEY` to your OpenAI API key. Get your Anthroic API key at <https://console.anthropic.com/settings/keys> | ||
3. Set `AI_MODEL` to `claude-3-opus-20240229`. List of models available at <https://docs.anthropic.com/claude/docs/models-overview> . |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters