diff --git a/.env.example b/.env.example index 2970c335e..6ecd2d8d0 100644 --- a/.env.example +++ b/.env.example @@ -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= \ No newline at end of file +# E2E_USER_PASSWORD= diff --git a/docs/install/configuration/dotenv.md b/docs/install/configuration/dotenv.md index f436e5085..63c43b1e0 100644 --- a/docs/install/configuration/dotenv.md +++ b/docs/install/configuration/dotenv.md @@ -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)**