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