fmab777 commited on
Commit
9b9920f
·
verified ·
1 Parent(s): e9e9e3a
Files changed (1) hide show
  1. .hf_space +13 -17
.hf_space CHANGED
@@ -1,17 +1,13 @@
1
- # .hf_space
2
- title: Telegram Summary Bot
3
- emoji: 🤖
4
- colorFrom: blue
5
- colorTo: green
6
- sdk: docker # Specify we are using a Dockerfile
7
- # sdk_version: # Not needed for docker
8
- app_file: main.py # Reference the main file (though CMD in Dockerfile takes precedence)
9
- # app_port: 7860 # Port is defined in Dockerfile EXPOSE and CMD
10
- # Add secrets needed by the Space (these will be environment variables)
11
- secrets:
12
- - TELEGRAM_TOKEN
13
- # Add ONLY the keys you actually have secrets for:
14
- - OPENROUTER_API_KEY
15
- - URLTOTEXT_API_KEY
16
- - SUPADATA_API_KEY
17
- - APIFY_API_TOKEN
 
1
+ # .hf_space
2
+ title: Telegram Summary Bot
3
+ emoji: 🤖
4
+ colorFrom: blue
5
+ colorTo: green
6
+ sdk: docker
7
+ app_file: main.py
8
+ secrets:
9
+ - TELEGRAM_TOKEN
10
+ - OPENROUTER_API_KEY
11
+ - URLTOTEXT_API_KEY # Add/remove based on what you have
12
+ - SUPADATA_API_KEY # Add/remove based on what you have
13
+ - APIFY_API_TOKEN # Add/remove based on what you have