Spaces:
Running
Running
File size: 307 Bytes
05c2ac8 |
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 |