aboutsummaryrefslogtreecommitdiff
path: root/.env.example
blob: 04b832b7cd9454f772444841284b8d92ffd2b855 (plain)
1
2
3
4
5
6
7
# 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