From 6abca30d8e1fd6973c26ea532a941b6aa3b2a6f8 Mon Sep 17 00:00:00 2001 From: Kye Date: Mon, 21 Aug 2023 20:12:48 -0400 Subject: [PATCH] new verison --- chat_history.txt | 1 - example.py | 2 +- pyproject.toml | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) delete mode 100644 chat_history.txt 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 "]