# This is an example environment file for the Thunderbird AI Compose server. # Copy this file to .env and fill in the required values. PORT=8080 # Port for the server to listen on PROVIDER=gemini # AI provider (e.g., gemini). See the readme for supported providers. MODEL=gemini-2.5-flash # Model to use from the provider (e.g., gemini-2.5-flash). See the readme for supported models. API_KEY=your_api_key_here # Your API key for the chosen provider