From edaeece494103e875c676456daccdb1203a03183 Mon Sep 17 00:00:00 2001 From: Kye Date: Tue, 4 Jul 2023 09:21:11 -0400 Subject: [PATCH] no multi modal agent tool --- setup.py | 2 +- swarms/agents/swarms.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 48098e1e..4c2b2b68 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from setuptools import setup, find_packages setup( name = 'swarms', packages = find_packages(exclude=[]), - version = '0.3.4', + version = '0.3.5', license='MIT', description = 'Swarms - Pytorch', author = 'Kye Gomez', diff --git a/swarms/agents/swarms.py b/swarms/agents/swarms.py index 37ef73a9..a4ce7ec7 100644 --- a/swarms/agents/swarms.py +++ b/swarms/agents/swarms.py @@ -69,7 +69,7 @@ tools = [ ReadFileTool(root_dir="./data"), process_csv, - multimodal_agent_tool, + # multimodal_agent_tool, query_website_tool, Terminal,