From 1ab43903730a8b3e4e0abb5ac20fe9d3a5239fcb Mon Sep 17 00:00:00 2001 From: Kye Date: Fri, 6 Oct 2023 10:24:25 -0400 Subject: [PATCH] clean up --- swarms/models/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swarms/models/__init__.py b/swarms/models/__init__.py index 0e0280f6..d75edb19 100644 --- a/swarms/models/__init__.py +++ b/swarms/models/__init__.py @@ -2,6 +2,6 @@ from swarms.models.anthropic import Anthropic # from swarms.models.palm import GooglePalm from swarms.models.petals import Petals -from swarms.models.chat_openai import OpenAIChat +# from swarms.models.chat_openai import OpenAIChat from swarms.models.prompts.debate import * from swarms.models.mistral import Mistral \ No newline at end of file