File tree 2 files changed +12
-1
lines changed
docs/install/configuration
2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -183,6 +183,10 @@ SERPAPI_API_KEY=
183
183
# -----------------
184
184
SD_WEBUI_URL = http://host.docker.internal:7860
185
185
186
+ # Tavily
187
+ # -----------------
188
+ TAVILY_API_KEY =
189
+
186
190
# WolframAlpha
187
191
# -----------------
188
192
WOLFRAM_APP_ID =
@@ -331,4 +335,4 @@ FIREBASE_APP_ID=
331
335
# SHOW_BIRTHDAY_ICON=true
332
336
333
337
# E2E_USER_EMAIL=
334
- # E2E_USER_PASSWORD=
338
+ # E2E_USER_PASSWORD=
Original file line number Diff line number Diff line change @@ -514,6 +514,13 @@ See detailed instructions here: **[Stable Diffusion](../../features/plugins/stab
514
514
SD_WEBUI_URL=http://host.docker.internal:7860
515
515
```
516
516
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
+
517
524
#### WolframAlpha
518
525
See detailed instructions here: ** [ Wolfram Alpha] ( ../../features/plugins/wolfram.md ) **
519
526
You can’t perform that action at this time.
0 commit comments