Divyansh Kushwaha
commited on
Commit
·
1b9de11
1
Parent(s):
0f8b1f5
Example env file added
Browse files- .env.example +3 -3
.env.example
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
GROQ_API_KEY="your api key"
|
| 2 |
-
CLIENT_EMAIL="your gcp client email"
|
| 3 |
PRIVATE_KEY="-----BEGIN PRIVATE KEY-----\nMhA==\n-----END PRIVATE KEY-----\n (Actual key is very long text, this is just for example)"
|
| 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"
|