diff --git a/chat_history.txt b/chat_history.txt deleted file mode 100644 index 0637a088..00000000 --- a/chat_history.txt +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/example.py b/example.py index 0ce4c541..05320c48 100644 --- a/example.py +++ b/example.py @@ -76,5 +76,5 @@ worker = AutoBot( ) task = "What were the winning boston marathon times for the past 5 years (ending in 2022)? Generate a table of the year, name, country of origin, and times." -response = auto_bot.run(task) +response = worker.run(task) print(response) \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 4d441009..745bf133 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "swarms" -version = "1.4.7" +version = "1.4.9" description = "Swarms - Pytorch" license = "MIT" authors = ["Kye Gomez "]