Skip to content

Commit 229abb4

Browse files
committed
fix(memory/embeddings): drop unsupported headers from JSDoc, add labeler route
1 parent 29037e9 commit 229abb4

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/labeler.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -378,6 +378,10 @@
378378
- changed-files:
379379
- any-glob-to-any-file:
380380
- "extensions/openai/**"
381+
"extensions: openai-compatible-embeddings":
382+
- changed-files:
383+
- any-glob-to-any-file:
384+
- "extensions/openai-compatible-embeddings/**"
381385
"extensions: codex":
382386
- changed-files:
383387
- any-glob-to-any-file:

extensions/openai-compatible-embeddings/embedding-provider.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
* - apiKey: Bearer token if the server enforces one (llama-server with
2828
* --api-key, LocalAI with API_KEY, etc.). Plain string or a
2929
* SecretInput reference. Omitted when the server is open.
30-
* - headers: additional HTTP headers to attach to every request.
3130
*
3231
* The provider does not consult any global `models.providers.*` block.
3332
* It is fully self-contained so it never accidentally inherits real

0 commit comments

Comments
 (0)