diff options
| -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:** |
