mirror of
https://github.com/aljazceru/chatgpt-telegram-bot.git
synced 2025-12-23 23:55:05 +01:00
Update requirements.txt
This commit is contained in:
@@ -16,6 +16,7 @@ def main():
|
||||
format='%(asctime)s - %(name)s - %(levelname)s - %(message)s',
|
||||
level=logging.INFO
|
||||
)
|
||||
logging.getLogger("httpx").setLevel(logging.WARNING)
|
||||
|
||||
# Check if the required environment variables are set
|
||||
required_values = ['TELEGRAM_BOT_TOKEN', 'OPENAI_API_KEY']
|
||||
|
||||
Reference in New Issue
Block a user