6 lines
249 B
Bash
6 lines
249 B
Bash
# GEMINI_API_KEY: Required for Gemini AI API calls.
|
|
# This is a placeholder key.
|
|
# AI Studio automatically injects this at runtime from user secrets.
|
|
# Users configure this via the Secrets panel in the AI Studio UI.
|
|
GEMINI_API_KEY=MY_GEMINI_API_KEY
|