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