chroma authorization
This commit is contained in:
parent
34a9766f42
commit
88f0fe9598
|
|
@ -30,7 +30,7 @@ export class ChromaExtended extends Chroma {
|
||||||
if (this.chromaApiKey) {
|
if (this.chromaApiKey) {
|
||||||
obj.fetchOptions = {
|
obj.fetchOptions = {
|
||||||
headers: {
|
headers: {
|
||||||
'X-Api-Key': this.chromaApiKey
|
Authorization: `Bearer ${this.chromaApiKey}`
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue