12 lines
346 B
Bash
12 lines
346 B
Bash
# Copy to .env.local and fill in real values.
|
|
# If left empty, the app falls back to a deterministic local mock.
|
|
|
|
# OpenAI-compatible endpoint (e.g. Requesty, LiteLLM, vLLM, OpenRouter, ...)
|
|
REQUESTY_BASE_URL=
|
|
|
|
# API key for the endpoint above
|
|
GEMINI_API_KEY=
|
|
|
|
# Optional: override the model name
|
|
# PATCHPILOT_MODEL=vertex/gemini-3-flash-preview
|