From 13564b03c9b2d1649494e065c34bf135036a3f63 Mon Sep 17 00:00:00 2001 From: Kye Date: Mon, 25 Sep 2023 20:53:43 -0400 Subject: [PATCH] cleanup Former-commit-id: 61be2687e73761701d8c3c619c112e572713db3d --- swarms/agents/omni_modal_agent.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/swarms/agents/omni_modal_agent.py b/swarms/agents/omni_modal_agent.py index a88ae191..b5bc218d 100644 --- a/swarms/agents/omni_modal_agent.py +++ b/swarms/agents/omni_modal_agent.py @@ -5,7 +5,8 @@ class OmniModalAgent: def __init__( self, api_key, - api_endpoint, api_type + api_endpoint, + api_type ): self.api_key = api_key self.api_endpoint = api_endpoint