parent
d272683a98
commit
8562d4a563
|
|
@ -32,7 +32,7 @@ export class ChromaExtended extends Chroma {
|
||||||
if (this.chromaApiKey) {
|
if (this.chromaApiKey) {
|
||||||
obj.fetchOptions = {
|
obj.fetchOptions = {
|
||||||
headers: {
|
headers: {
|
||||||
Authorization: `Bearer ${this.chromaApiKey}`
|
'x-chroma-token': this.chromaApiKey
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue