Skip to content

Commit

Permalink
Update Groq.md
Browse files Browse the repository at this point in the history
correcting usage code part dspy.GROQ to dspy.GroqLM
  • Loading branch information
hacker-4-good authored Sep 8, 2024
1 parent 31c11da commit 032e528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/language_model_clients/Groq.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ sidebar_position: 9
### Usage

```python
lm = dspy.GROQ(model='mixtral-8x7b-32768', api_key ="gsk_***" )
lm = dspy.GroqLM(model='mixtral-8x7b-32768', api_key ="gsk_***" )
```

### Constructor
Expand Down

0 comments on commit 032e528

Please sign in to comment.