Skip to content

Commit

Permalink
[CLEANUP]
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Oct 15, 2024
1 parent 8baa5cf commit 5f54bc9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/swarms/models/groq.md
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down

0 comments on commit 5f54bc9

Please sign in to comment.