Skip to content

Commit

Permalink
clean up swarms of multi modal autonomous agents
Browse files Browse the repository at this point in the history
  • Loading branch information
Kye committed Nov 26, 2023
1 parent 76b1fa5 commit e79e05e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions playground/demos/swarm_of_mma_manufacturing/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,11 @@
Flow:
health security agent -> quality control agent -> productivity agent -> safety agent -> security agent -> sustainability agent -> efficiency agent
"""
from swarms.structs import Flow, SequentialWorkflow
from swarms.structs import Flow
import os
from dotenv import load_dotenv
from swarms.models import GPT4VisionAPI
from swarms.prompts.multi_modal_autonomous_instruction_prompt import (
MULTI_MODAL_AUTO_AGENT_SYSTEM_PROMPT_1,
)


load_dotenv()
api_key = os.getenv("OPENAI_API_KEY")
Expand Down

0 comments on commit e79e05e

Please sign in to comment.