Spaces:
Sleeping
Sleeping
File size: 318 Bytes
b4b3790 |
1 2 3 4 5 6 7 8 9 10 11 12 |
# Webhook Configuration
WEBHOOK_SECRET=your-webhook-secret-here
# Hugging Face Configuration
HF_TOKEN=your-huggingface-token-here
# Model Configuration (optional)
HF_MODEL=microsoft/DialoGPT-medium
HF_PROVIDER=huggingface
# Optional: Custom bot username for mention detection
BOT_USERNAME=discussion-bot |