Spaces:
Build error
Build error
Update .huggingface.yaml
Browse files- .huggingface.yaml +2 -2
.huggingface.yaml
CHANGED
@@ -4,12 +4,12 @@ app_file: app.py # rename to match your main script file if different
|
|
4 |
|
5 |
env:
|
6 |
HF_TOKEN: ${Mind_Aid}
|
7 |
-
HF_REPO_ID: ${HF_REPO_ID}
|
8 |
GROQ_API_KEY: ${GROQ_API_KEY}
|
9 |
GROQ_MODEL: mixtral-8x7b-32768
|
10 |
|
11 |
# Optionally add secrets in your Space settings under "Secrets"
|
12 |
secrets:
|
13 |
- HF_TOKEN
|
14 |
-
|
15 |
- GROQ_API_KEY
|
|
|
4 |
|
5 |
env:
|
6 |
HF_TOKEN: ${Mind_Aid}
|
7 |
+
#HF_REPO_ID: ${HF_REPO_ID}
|
8 |
GROQ_API_KEY: ${GROQ_API_KEY}
|
9 |
GROQ_MODEL: mixtral-8x7b-32768
|
10 |
|
11 |
# Optionally add secrets in your Space settings under "Secrets"
|
12 |
secrets:
|
13 |
- HF_TOKEN
|
14 |
+
# - HF_REPO_ID
|
15 |
- GROQ_API_KEY
|