DeMaking commited on
Commit
78d577f
·
verified ·
1 Parent(s): bc7e830

Update bot.py

Browse files
Files changed (1) hide show
  1. bot.py +1 -0
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