remove anthropic

pull/153/head
evelynmitchell 2 years ago
parent f587e58d30
commit 67a61f0595

@ -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(

Loading…
Cancel
Save