from os import getenv from dotenv import load_dotenv load_dotenv() TOKEN = getenv("BOT_TOKEN") OPENROUTER = getenv("OPENROUTER_TOKEN")