Spaces:
Runtime error
Runtime error
Create .env.example
Browse files- .env.example +4 -0
.env.example
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
GROQ_API_KEY="your Groq api key"
|
| 2 |
+
CLIENT_EMAIL="your gcp client email (can be found in .json file after creating keys in service accounts in google cloud )"
|
| 3 |
+
PRIVATE_KEY="-----BEGIN PRIVATE KEY-----\nMhA==\n-----END PRIVATE KEY-----\n (Actual key is very long text, this is just for example)"
|
| 4 |
+
HF_KEY="Hugging face api key"
|