From 720a728cd5ea1a17d0110e2fc1d98eadb667d78b Mon Sep 17 00:00:00 2001 From: Kye Date: Tue, 14 Nov 2023 14:55:42 -0500 Subject: [PATCH] no api key --- example.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example.py b/example.py index 84e04ad9..6c27bceb 100644 --- a/example.py +++ b/example.py @@ -1,7 +1,7 @@ from swarms.models import OpenAIChat from swarms.structs import Flow -api_key = "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" +api_key = "" # Initialize the language model, this model can be swapped out with Anthropic, ETC, Huggingface Models like Mistral, ETC llm = OpenAIChat(