From be289654183689991b6fdabe85586bd0a7558a19 Mon Sep 17 00:00:00 2001 From: Kye Date: Sun, 23 Jul 2023 21:42:27 -0400 Subject: [PATCH] clean up --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 044c9839..1d66ebdf 100644 --- a/README.md +++ b/README.md @@ -111,13 +111,13 @@ Download via Github, and install requirements. Simple example by: * or create a new file: ```python -from swarms.swarms import Swarms +from swarms.swarms import HierarchicalSwarm # Retrieve your API key from the environment or replace with your actual key api_key = "sksdsds" # Initialize Swarms with your API key -swarm = Swarms(openai_api_key=api_key) +swarm = HierarchicalSwarm(openai_api_key=api_key) # Define an objective objective = """