📝 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

@ -13,9 +13,6 @@
# Server Configuration # # Server Configuration #
#==================================================# #==================================================#
APP_TITLE=LibreChat
# CUSTOM_FOOTER="My custom footer"
HOST=localhost HOST=localhost
PORT=3080 PORT=3080
@ -72,8 +69,7 @@ PROXY=
#============# #============#
ANTHROPIC_API_KEY=user_provided 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=
#============# #============#
# Azure # # Azure #
@ -201,6 +197,10 @@ SD_WEBUI_URL=http://host.docker.internal:7860
#----------------- #-----------------
TAVILY_API_KEY= TAVILY_API_KEY=
# Traversaal
#-----------------
TRAVERSAAL_API_KEY=
# WolframAlpha # WolframAlpha
#----------------- #-----------------
WOLFRAM_APP_ID= WOLFRAM_APP_ID=
@ -340,6 +340,8 @@ FIREBASE_APP_ID=
# UI # # UI #
#===================================================# #===================================================#
APP_TITLE=LibreChat
# CUSTOM_FOOTER="My custom footer"
HELP_AND_FAQ_URL=https://librechat.ai HELP_AND_FAQ_URL=https://librechat.ai
# SHOW_BIRTHDAY_ICON=true # SHOW_BIRTHDAY_ICON=true

View file

@ -151,7 +151,7 @@ see: [Anthropic Endpoint](./ai_setup.md#anthropic)
```bash ```bash
ANTHROPIC_API_KEY=user_provided 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= ANTHROPIC_REVERSE_PROXY=
``` ```
@ -534,6 +534,14 @@ Get your API key here: [https://tavily.com/#api](https://tavily.com/#api)
TAVILY_API_KEY= TAVILY_API_KEY=
``` ```
### Traversaal
LLM-enhanced search tool.
Get API key here: https://api.traversaal.ai/dashboard
```bash
TRAVERSAAL_API_KEY=
```
#### WolframAlpha #### WolframAlpha
See detailed instructions here: **[Wolfram Alpha](../../features/plugins/wolfram.md)** See detailed instructions here: **[Wolfram Alpha](../../features/plugins/wolfram.md)**