diff options
| author | Clawd <ai@clawd.bot> | 2026-03-05 07:15:45 -0800 |
|---|---|---|
| committer | Clawd <ai@clawd.bot> | 2026-03-05 07:15:45 -0800 |
| commit | 231286de90f85d699f77e17871552534d75bd8bb (patch) | |
| tree | 67f0916cdc50e0f0770eb89f59cf03da0347db99 /PLAN.md | |
| parent | 9ecdd63319b897e77e89b5dd8d0ee9264f0be0ff (diff) | |
Rename env vars to CODEVEC_*
Diffstat (limited to 'PLAN.md')
| -rw-r--r-- | PLAN.md | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -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:** |
