Files

9 lines
351 B
Bash

GEMINI_API_KEY="your_api_key_here"
# Model overrides (optional).
# CV tailoring decides whether an application lands, so it uses the stronger
# model. Comments and post rewrites are high-volume, so they stay on the cheap one.
GEMINI_MODEL_CV="gemini-flash-latest"
GEMINI_MODEL_TEXT="gemini-flash-latest"
GEMINI_MODEL_LIGHT="gemini-flash-lite-latest"