10 lines
323 B
Plaintext
10 lines
323 B
Plaintext
|
|
# Posimai Scribe — environment variables
|
||
|
|
# Copy this file to .env and fill in your values.
|
||
|
|
|
||
|
|
# Gemini API key (required)
|
||
|
|
# Get yours at: https://aistudio.google.com/app/apikey
|
||
|
|
GEMINI_API_KEY=your_gemini_api_key_here
|
||
|
|
|
||
|
|
# Model to use for blog generation (optional, default: gemini-2.0-flash)
|
||
|
|
# GEMINI_MODEL=gemini-2.0-flash
|