|
# Gemini API Key for Image Generation
|
|
# Get your key from: https://aistudio.google.com/
|
|
#
|
|
# Set this as an environment variable in your shell profile (~/.zshrc or ~/.bashrc):
|
|
# export GEMINI_API_KEY="your_api_key_here"
|
|
|
|
GEMINI_API_KEY=your_api_key_here
|