Spaces:
Sleeping
Sleeping
File size: 545 Bytes
eb04e0a | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | # ================================
# Hugging Face API configuration
# ================================
# HF_TOKEN — your personal Hugging Face token.
# Used to access models via the HfApiModel / Inference API.
#
# How to get:
# 1. Go to https://huggingface.co/settings/tokens
# 2. Click "New token"
# 3. Select type: "Read"
# 4. Copy the token and paste it into .env
#
# IMPORTANT:
# - Never commit .env to the repository
# - Use .env only locally
# - In Hugging Face Spaces, set the token in Settings → Secrets
HF_TOKEN=hf_your_token_here |