From 70dd5f581fa21702de02118cee413bbbbce4d819 Mon Sep 17 00:00:00 2001 From: yamz8 <108418515+yamz8@users.noreply.github.com> Date: Mon, 26 Feb 2024 21:27:57 +0200 Subject: [PATCH] Update main.py the search_tool never used --- starter_template/main.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/starter_template/main.py b/starter_template/main.py index 403b98ee..86b022fd 100644 --- a/starter_template/main.py +++ b/starter_template/main.py @@ -7,13 +7,6 @@ from agents import CustomAgents from tasks import CustomTasks -# Install duckduckgo-search for this example: -# !pip install -U duckduckgo-search - -from langchain.tools import DuckDuckGoSearchRun - -search_tool = DuckDuckGoSearchRun() - os.environ["OPENAI_API_KEY"] = config("OPENAI_API_KEY") os.environ["OPENAI_ORGANIZATION"] = config("OPENAI_ORGANIZATION_ID")