Spaces:
Running
Running
fix
Browse files
.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
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
-
|
13 |
-
# Add
|
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
|
|
|
|
|
|
|
|