📝 docs update: Anthropic models + Traversaal (#1995)

* 📝 docs update: Anthropic models + Traversaal

* 📝 docs update: Anthropic models
This commit is contained in:
Fuegovic 2024-03-06 16:52:42 -05:00 committed by GitHub
parent 911babd3e0
commit ab263c7a50
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 16 additions and 6 deletions

View file

@ -151,7 +151,7 @@ see: [Anthropic Endpoint](./ai_setup.md#anthropic)
```bash
ANTHROPIC_API_KEY=user_provided
ANTHROPIC_MODELS=claude-1,claude-instant-1,claude-2
ANTHROPIC_MODELS=claude-3-opus-20240229,claude-3-sonnet-20240229,claude-2.1,claude-2,claude-1.2,claude-1,claude-1-100k,claude-instant-1,claude-instant-1-100k
ANTHROPIC_REVERSE_PROXY=
```
@ -534,6 +534,14 @@ Get your API key here: [https://tavily.com/#api](https://tavily.com/#api)
TAVILY_API_KEY=
```
### Traversaal
LLM-enhanced search tool.
Get API key here: https://api.traversaal.ai/dashboard
```bash
TRAVERSAAL_API_KEY=
```
#### WolframAlpha
See detailed instructions here: **[Wolfram Alpha](../../features/plugins/wolfram.md)**