Docfile commited on
Commit
fc28c41
·
verified ·
1 Parent(s): 7cb4f80

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ app = Flask(__name__)
21
  GOOGLE_API_KEY = os.environ.get("GOOGLE_API_KEY")
22
  # IMPORTANT: For production, move these to environment variables or a secure config
23
  TELEGRAM_BOT_TOKEN = "8004545342:AAGcZaoDjYg8dmbbXRsR1N3TfSSbEiAGz88"
24
- TELEGRAM_CHAT_ID = "-1002497861230"
25
 
26
  # Initialize Gemini client
27
  # Assuming genai.Client and client.models.generate_content are part of user's specific library setup
 
21
  GOOGLE_API_KEY = os.environ.get("GOOGLE_API_KEY")
22
  # IMPORTANT: For production, move these to environment variables or a secure config
23
  TELEGRAM_BOT_TOKEN = "8004545342:AAGcZaoDjYg8dmbbXRsR1N3TfSSbEiAGz88"
24
+ TELEGRAM_CHAT_ID = "-1002564204301"
25
 
26
  # Initialize Gemini client
27
  # Assuming genai.Client and client.models.generate_content are part of user's specific library setup