new verison

Former-commit-id: 2d3ca3bd40e47e1e72b22347b0d532e74462cbbc
pull/160/head
Kye 2 years ago
parent bf650dae2b
commit f12fb7b133

@ -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." 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) print(response)

@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry] [tool.poetry]
name = "swarms" name = "swarms"
version = "1.4.7" version = "1.4.9"
description = "Swarms - Pytorch" description = "Swarms - Pytorch"
license = "MIT" license = "MIT"
authors = ["Kye Gomez <kye@apac.ai>"] authors = ["Kye Gomez <kye@apac.ai>"]

Loading…
Cancel
Save