From 01e954b276fff776d01f80f22c55f5c0d857ea48 Mon Sep 17 00:00:00 2001 From: Kye Date: Thu, 20 Jul 2023 00:05:30 -0400 Subject: [PATCH] clean up Former-commit-id: c9281902fd60d00e1715b8600ba2f5c2fffba673 --- swarms/swarms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swarms/swarms.py b/swarms/swarms.py index 4d521e9f..eb4e0c87 100644 --- a/swarms/swarms.py +++ b/swarms/swarms.py @@ -166,7 +166,7 @@ class Swarms: logging.error(f"An error occurred in run_swarms: {e}") return None -# usage +# usage- def swarm(api_key="", objective=""): """ Run the swarm with the given API key and objective.