Create .env
Browse files
.env
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Groq API Configuration
|
| 2 |
+
GROQ_API_KEY="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"
|
| 3 |
+
|
| 4 |
+
# Note: Replace 'your_api_key_here' with your actual Groq API key
|
| 5 |
+
# You can get your API key from https://console.groq.com/
|