Update bot.py
Browse files
bot.py
CHANGED
@@ -32,6 +32,7 @@ TOKEN = os.getenv("TELEGRAM_BOT_TOKEN")
|
|
32 |
if not TOKEN:
|
33 |
raise ValueError("Missing Telegram token. Please set TELEGRAM_BOT_TOKEN in environment variables.")
|
34 |
|
|
|
35 |
# URL of the FastAPI server (running on Hugging Face)
|
36 |
API_URL = "https://demaking-decision-helper-bot.hf.space/generate_response"
|
37 |
|
|
|
32 |
if not TOKEN:
|
33 |
raise ValueError("Missing Telegram token. Please set TELEGRAM_BOT_TOKEN in environment variables.")
|
34 |
|
35 |
+
|
36 |
# URL of the FastAPI server (running on Hugging Face)
|
37 |
API_URL = "https://demaking-decision-helper-bot.hf.space/generate_response"
|
38 |
|