-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.sample
More file actions
20 lines (17 loc) · 798 Bytes
/
Copy path.env.sample
File metadata and controls
20 lines (17 loc) · 798 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# --- Recommended: OpenRouter (OpenAI-compatible) ---
LLM_PROVIDER=OPENROUTER
OPENROUTER_BASE_URL=https://openrouter.ai/api
OPENROUTER_API_KEY=<OPENROUTER_API_KEY>
OPENROUTER_MODEL=google/gemini-2.5-flash-lite
# --- Alternative: Google AI Studio / Gemini ---
# Do not set GEMINI_PROJECT_ID unless you use Vertex AI with gcloud ADC.
# GEMINI_PROJECT_ID=
GEMINI_API_KEY=<GEMINI_API_KEY>
GEMINI_MODEL=gemini-2.0-flash
# --- GitHub (optional; needed for private repos or higher rate limits) ---
GITHUB_TOKEN=<GITHUB_TOKEN>
# --- Per-project integration (set by project scripts or shell) ---
# POCKETFLOW_PROJECT_CONFIG=D:\path\to\repo\.pocketflow\project.json
# POCKETFLOW_REPO_ROOT=D:\path\to\repo
# HERMESVAULT_ROOT=D:\path\to\HermesVault
# MIRROR_OUTPUT_DIR=D:\path\to\optional\draft-mirror-base