From 799cca0a1eb0e4978e272e27c702b5ab7386c1ee Mon Sep 17 00:00:00 2001 From: Kye Date: Mon, 25 Sep 2023 20:53:43 -0400 Subject: [PATCH] cleanup Former-commit-id: 0e1aa78bbb4c516d960e65e7bba631bf376bf28c --- 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