From a2e53395b17f97e677e569b7737baf160588c5b4 Mon Sep 17 00:00:00 2001 From: Zack Date: Wed, 15 Nov 2023 18:56:53 -0600 Subject: [PATCH] fix: fix open ai models Former-commit-id: 10e75dcb146c0aeefd977e8dc75f8e409518a1b5 --- swarms/models/openai_models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swarms/models/openai_models.py b/swarms/models/openai_models.py index dba3b991..f91991c8 100644 --- a/swarms/models/openai_models.py +++ b/swarms/models/openai_models.py @@ -495,7 +495,7 @@ class BaseOpenAI(BaseLLM): openai_creds: Dict[str, Any] = { "api_key": self.openai_api_key, "api_base": self.openai_api_base, - "organization": self.openai_organization, + "organization": self.openai_organization, } if self.openai_proxy: import openai