diff --git a/example.py b/example.py index aca8c61f..e399821d 100644 --- a/example.py +++ b/example.py @@ -3,7 +3,7 @@ from swarms.structs import Flow import os openai_api_key = os.environ.get("OPENAI_API_KEY") -anthropic_api_key = os.environ.get("ANTHROPIC_API_KEY") + # Initialize the language model, this model can be swapped out with Anthropic, ETC, Huggingface Models like Mistral, ETC llm = OpenAIChat(