mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-28 06:08:50 +01:00
📝 docs update: Anthropic models + Traversaal (#1995)
* 📝 docs update: Anthropic models + Traversaal * 📝 docs update: Anthropic models
This commit is contained in:
parent
911babd3e0
commit
ab263c7a50
2 changed files with 16 additions and 6 deletions
|
|
@ -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)**
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue