✏️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:
Fuegovic 2024-02-23 10:08:49 -05:00 committed by GitHub
parent 5f6d1f3db0
commit ece5d9f588
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 12 additions and 1 deletions

View file

@ -183,6 +183,10 @@ SERPAPI_API_KEY=
#-----------------
SD_WEBUI_URL=http://host.docker.internal:7860
# Tavily
#-----------------
TAVILY_API_KEY=
# WolframAlpha
#-----------------
WOLFRAM_APP_ID=
@ -331,4 +335,4 @@ FIREBASE_APP_ID=
# SHOW_BIRTHDAY_ICON=true
# E2E_USER_EMAIL=
# E2E_USER_PASSWORD=
# E2E_USER_PASSWORD=

View file

@ -514,6 +514,13 @@ See detailed instructions here: **[Stable Diffusion](../../features/plugins/stab
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
See detailed instructions here: **[Wolfram Alpha](../../features/plugins/wolfram.md)**