From c514d090c386ad7d431eaaa5d1338d75fef3965d Mon Sep 17 00:00:00 2001 From: Kye Date: Thu, 27 Jul 2023 16:26:00 -0400 Subject: [PATCH] clean up --- swarms/swarms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swarms/swarms.py b/swarms/swarms.py index c2c7f8b8..c47cf93d 100644 --- a/swarms/swarms.py +++ b/swarms/swarms.py @@ -59,7 +59,7 @@ class HierarchicalSwarm: - def initialize_llm(self, llm_class): + def initialize_llm(self, llm_class: str = None): """ Init LLM