pull/609/head
Your Name 3 months ago
parent 8baa5cfad9
commit 5f54bc9eea

@ -34,11 +34,11 @@ This documentation provides instructions on how to obtain your Groq API key and
## Full Example
```python
import os
from swarms import Agent, SequentialWorkflow
from swarm_models import OpenAIChat
from dotenv import load_dotenv
load_dotenv()
# model = Anthropic(anthropic_api_key=os.getenv("ANTHROPIC_API_KEY"))
company = "TGSC"
# Get the OpenAI API key from the environment variable
api_key = os.getenv("GROQ_API_KEY")

Loading…
Cancel
Save