From 33c3022093f8c558fc71b9eebb0247718acdeb3e Mon Sep 17 00:00:00 2001 From: Kye Gomez <98760976+kyegomez@users.noreply.github.com> Date: Mon, 17 Jun 2024 11:46:05 -0700 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 9e5ab49b..99567768 100644 --- a/README.md +++ b/README.md @@ -724,8 +724,7 @@ import os from dotenv import load_dotenv -from swarms.models.gpt4_vision_api import GPT4VisionAPI -from swarms.structs import Agent +from swarms import GPT4VisionAPI, Agent # Load the environment variables load_dotenv()