chroma authorization

This commit is contained in:
Henry 2023-09-21 22:08:45 +01:00
parent 34a9766f42
commit 88f0fe9598
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ export class ChromaExtended extends Chroma {
if (this.chromaApiKey) {
obj.fetchOptions = {
headers: {
'X-Api-Key': this.chromaApiKey
Authorization: `Bearer ${this.chromaApiKey}`
}
}
}