Spaces:
Sleeping
Sleeping
File size: 264 Bytes
fd111d2 |
1 2 3 4 5 6 7 8 |
# Hugging Face API Token
# Get your token from: https://huggingface.co/settings/tokens
HF_TOKEN=your_huggingface_token_here
# Optional: Set this if using OpenAI or Anthropic models
# OPENAI_API_KEY=your_openai_key_here
# ANTHROPIC_API_KEY=your_anthropic_key_here
|