chore: bootstrap Next.js 13 project with TypeScript
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user