You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5 lines
294 B
5 lines
294 B
from swarms import GodMode
|
|
|
|
god_mode = GodMode(num_workers=3, openai_api_key="", ai_name="Optimus Prime")
|
|
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."
|
|
god_mode.print_responses(task) |