From c8502e4847c0b8b8232e28ff61a14f74a6688f96 Mon Sep 17 00:00:00 2001 From: Kye Date: Thu, 5 Oct 2023 11:03:17 -0400 Subject: [PATCH] clean up Former-commit-id: 61b1036f3aed690a61946abed6bd734853ba7b75 --- swarms/tools/autogpt.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/swarms/tools/autogpt.py b/swarms/tools/autogpt.py index bd78e936..1636f311 100644 --- a/swarms/tools/autogpt.py +++ b/swarms/tools/autogpt.py @@ -126,10 +126,6 @@ class WebpageQATool(BaseTool): async def _arun(self, url: str, question: str) -> str: raise NotImplementedError -# llm = ChatOpenAI(model_name="gpt-4", temperature=1.0) -# query_website_tool = WebpageQATool(qa_chain=load_qa_with_sources_chain(llm)) - - # # @tool # code_intepret = CodeInterpreter() import interpreter