From 3f30c5969bd0a7bba6d0ab5994d4970d40a0ef58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=9F=8E=E9=93=AD?= Date: Thu, 15 May 2025 10:20:00 +0800 Subject: [PATCH] add Tavily env --- backend/sandbox-gateway/.env_agent_example | 5 +++++ config/.env_super_magic.example | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/backend/sandbox-gateway/.env_agent_example b/backend/sandbox-gateway/.env_agent_example index c5778199f..1f77ce1a6 100644 --- a/backend/sandbox-gateway/.env_agent_example +++ b/backend/sandbox-gateway/.env_agent_example @@ -50,3 +50,8 @@ BROWSER_STORAGE_STATE_TEMPLATE_URL= # Bing Search BING_SUBSCRIPTION_ENDPOINT="https://api.bing.microsoft.com/v7.0" BING_SUBSCRIPTION_KEY=BING_SUBSCRIPTION_KEY + +# Tavily Search +TAVILY_API_ENDPOINT="https://api.tavily.com" +TAVILY_API_KEY=TAVILY_API_KEY +TAVILY_SEARCH_ENDPOINT="https://api.tavily.com/search" diff --git a/config/.env_super_magic.example b/config/.env_super_magic.example index 32dc8e7ee..3b289a7c0 100644 --- a/config/.env_super_magic.example +++ b/config/.env_super_magic.example @@ -51,6 +51,11 @@ BROWSER_STORAGE_STATE_TEMPLATE_URL= BING_SUBSCRIPTION_ENDPOINT="https://api.bing.microsoft.com/v7.0" BING_SUBSCRIPTION_KEY=BING_SUBSCRIPTION_KEY +# Tavily Search +TAVILY_API_ENDPOINT="https://api.tavily.com" +TAVILY_API_KEY=TAVILY_API_KEY +TAVILY_SEARCH_ENDPOINT="https://api.tavily.com/search" + # 存储平台 STORAGE_PLATFORM=local \ No newline at end of file