mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 17:00:15 +01:00
✏️docs: add tavily to env.example and dotenv.md (#1866)
* update .env.example add "TAVILY_API_KEY=" to .env.example * update dotenv.md add Tavily to dotenv.md
This commit is contained in:
parent
5f6d1f3db0
commit
ece5d9f588
2 changed files with 12 additions and 1 deletions
|
|
@ -183,6 +183,10 @@ SERPAPI_API_KEY=
|
||||||
#-----------------
|
#-----------------
|
||||||
SD_WEBUI_URL=http://host.docker.internal:7860
|
SD_WEBUI_URL=http://host.docker.internal:7860
|
||||||
|
|
||||||
|
# Tavily
|
||||||
|
#-----------------
|
||||||
|
TAVILY_API_KEY=
|
||||||
|
|
||||||
# WolframAlpha
|
# WolframAlpha
|
||||||
#-----------------
|
#-----------------
|
||||||
WOLFRAM_APP_ID=
|
WOLFRAM_APP_ID=
|
||||||
|
|
|
||||||
|
|
@ -514,6 +514,13 @@ See detailed instructions here: **[Stable Diffusion](../../features/plugins/stab
|
||||||
SD_WEBUI_URL=http://host.docker.internal:7860
|
SD_WEBUI_URL=http://host.docker.internal:7860
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Tavily
|
||||||
|
Get your API key here: [https://tavily.com/#api](https://tavily.com/#api)
|
||||||
|
|
||||||
|
```bash
|
||||||
|
TAVILY_API_KEY=
|
||||||
|
```
|
||||||
|
|
||||||
#### WolframAlpha
|
#### WolframAlpha
|
||||||
See detailed instructions here: **[Wolfram Alpha](../../features/plugins/wolfram.md)**
|
See detailed instructions here: **[Wolfram Alpha](../../features/plugins/wolfram.md)**
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue