Spaces:
Sleeping
Sleeping
Create .env
Browse files
.env
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Groq API Key for Llama 3 Reasoning
|
| 2 |
+
GROQ_API_KEY=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
|
| 3 |
+
|
| 4 |
+
# Hugging Face Token (Optional, but recommended if using private HEAR models)
|
| 5 |
+
# HF_TOKEN=hf_your_actual_token_goes_here
|