aboutsummaryrefslogtreecommitdiffstats
path: root/PLAN.md
diff options
context:
space:
mode:
authorClawd <ai@clawd.bot>2026-03-05 07:15:45 -0800
committerClawd <ai@clawd.bot>2026-03-05 07:15:45 -0800
commit231286de90f85d699f77e17871552534d75bd8bb (patch)
tree67f0916cdc50e0f0770eb89f59cf03da0347db99 /PLAN.md
parent9ecdd63319b897e77e89b5dd8d0ee9264f0be0ff (diff)
Rename env vars to CODEVEC_*
Diffstat (limited to 'PLAN.md')
-rw-r--r--PLAN.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/PLAN.md b/PLAN.md
index 4372a7a..88545b9 100644
--- a/PLAN.md
+++ b/PLAN.md
@@ -123,8 +123,8 @@ type Embedder struct {
123**Batching:** Batch chunks to minimize API calls (~100 per request). 123**Batching:** Batch chunks to minimize API calls (~100 per request).
124 124
125**Config:** 125**Config:**
126- `OPENAI_API_KEY` — API key (standard env var) 126- `CODEVEC_API_KEY` — API key
127- `OPENAI_BASE_URL` — Override endpoint for internal API (optional) 127- `CODEVEC_BASE_URL` — Embedding API endpoint
128- `--model` flag for model selection 128- `--model` flag for model selection
129 129
130**Tasks:** 130**Tasks:**