mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-01-08 22:58:01 -05:00
Fix typo in Groq setup docs (#8018)
Co-authored-by: Nicholas Tindle <nicholas.tindle@agpt.co>
This commit is contained in:
@@ -185,7 +185,7 @@ If you don't know which to choose, you can safely go with OpenAI*.
|
||||
1. Get your Groq API key from [Settings > API keys][groq/api-keys]
|
||||
2. Open `.env`
|
||||
3. Find the line that says `GROQ_API_KEY=`
|
||||
4. Insert your Anthropic API Key directly after = without quotes or spaces:
|
||||
4. Insert your Groq API Key directly after = without quotes or spaces:
|
||||
```ini
|
||||
GROQ_API_KEY=gsk_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user