Skip to content

Commit

Permalink
clean u[
Browse files Browse the repository at this point in the history
  • Loading branch information
Kye committed Jul 4, 2023
1 parent aedc595 commit f7e722e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
setup(
name = 'swarms',
packages = find_packages(exclude=[]),
version = '0.3.7',
version = '0.3.8',
license='MIT',
description = 'Swarms - Pytorch',
author = 'Kye Gomez',
Expand Down
2 changes: 1 addition & 1 deletion swarms/agents/swarms.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
# from swarms.agents.workers.auto_agent import MultiModalVisualAgent
# from swarms.agents.workers import multimodal_agent_tool
from swarms.tools import Terminal, CodeWriter, CodeEditor, process_csv, WebpageQATool
from swarms.tools.main import math_tool
from swarms.tools import math_tool


openai_api_key = os.environ["OPENAI_API_KEY"]
Expand Down

0 comments on commit f7e722e

Please sign in to comment.