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