Skip to content

Commit

Permalink
clean up main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Kye committed Nov 26, 2023
1 parent c2849f0 commit 88e9ad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playground/demos/swarm_of_mma_manufacturing/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
from dotenv import load_dotenv
from swarms.models import GPT4VisionAPI


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


llm = GPT4VisionAPI(
openai_api_key=api_key
)
Expand Down

0 comments on commit 88e9ad0

Please sign in to comment.