Mind_Aid / .huggingface.yaml
Fluospark128's picture
Update .huggingface.yaml
c6080a5 verified
raw
history blame contribute delete
347 Bytes
sdk: gradio
python_version: 3.10
app_file: app.py # rename to match your main script file if different
env:
HF_TOKEN: ${Mind_Aid}
#HF_REPO_ID: ${HF_REPO_ID}
GROQ_API_KEY: ${GROQ_API_KEY}
GROQ_MODEL: mixtral-8x7b-32768
# Optionally add secrets in your Space settings under "Secrets"
secrets:
- HF_TOKEN
# - HF_REPO_ID
- GROQ_API_KEY