Skip to content

Commit ece5d9f

Browse files
authoredFeb 23, 2024
✏️docs: add tavily to env.example and dotenv.md (danny-avila#1866)
* update .env.example add "TAVILY_API_KEY=" to .env.example * update dotenv.md add Tavily to dotenv.md
1 parent 5f6d1f3 commit ece5d9f

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed
 

‎.env.example

+5-1
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,10 @@ SERPAPI_API_KEY=
183183
#-----------------
184184
SD_WEBUI_URL=http://host.docker.internal:7860
185185

186+
# Tavily
187+
#-----------------
188+
TAVILY_API_KEY=
189+
186190
# WolframAlpha
187191
#-----------------
188192
WOLFRAM_APP_ID=
@@ -331,4 +335,4 @@ FIREBASE_APP_ID=
331335
# SHOW_BIRTHDAY_ICON=true
332336

333337
# E2E_USER_EMAIL=
334-
# E2E_USER_PASSWORD=
338+
# E2E_USER_PASSWORD=

‎docs/install/configuration/dotenv.md

+7
Original file line numberDiff line numberDiff line change
@@ -514,6 +514,13 @@ See detailed instructions here: **[Stable Diffusion](../../features/plugins/stab
514514
SD_WEBUI_URL=http://host.docker.internal:7860
515515
```
516516

517+
### Tavily
518+
Get your API key here: [https://tavily.com/#api](https://tavily.com/#api)
519+
520+
```bash
521+
TAVILY_API_KEY=
522+
```
523+
517524
#### WolframAlpha
518525
See detailed instructions here: **[Wolfram Alpha](../../features/plugins/wolfram.md)**
519526

0 commit comments

Comments
 (0)