From 3adac9b8ff01da510bd974d95b86ae77e25336e9 Mon Sep 17 00:00:00 2001 From: Kye Date: Fri, 7 Jul 2023 17:00:26 -0400 Subject: [PATCH] clean up --- swarms/swarms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swarms/swarms.py b/swarms/swarms.py index 2f2f4e09..1444b23e 100644 --- a/swarms/swarms.py +++ b/swarms/swarms.py @@ -27,7 +27,7 @@ class Swarms: process_csv, WebpageQATool(qa_chain=load_qa_with_sources_chain(llm)), - RequestsGet() + # RequestsGet() Tool(name="RequestsGet", func=RequestsGet.get, description="A portal to the internet, Use this when you need to get specific content from a website. Input should be a url (i.e. https://www.google.com). The output will be the text response of the GET request."),