# vision-career-backend Sample `.env`: ```dotenv DEEPINFRA_API_TOKEN=your-token-here OPENAI_API_KEY=your-token-here BOT_TOKEN=your-token-here SSL_CERT_FILE=/etc/ssl/certs/ca-certificates.crt ``` Commands: ```bash uv run --env-file .env backend/index.py uv run --env-file .env backend/bot.py ```