aboutsummaryrefslogtreecommitdiffstats
path: root/PLAN.md
diff options
context:
space:
mode:
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:**