Spaces:
Running
Running
File size: 576 Bytes
3effada |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
# .hf_space
title: Telegram Summary Bot
emoji: 🤖
colorFrom: blue
colorTo: green
sdk: docker # Specify we are using a Dockerfile
# sdk_version: # Not needed for docker
app_file: main.py # Reference the main file (though CMD in Dockerfile takes precedence)
# app_port: 7860 # Port is defined in Dockerfile EXPOSE and CMD
# Add secrets needed by the Space (these will be environment variables)
secrets:
- TELEGRAM_TOKEN
# Add ONLY the keys you actually have secrets for:
- OPENROUTER_API_KEY
- URLTOTEXT_API_KEY
- SUPADATA_API_KEY
- APIFY_API_TOKEN |