mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 15:00:57 +03:00
@@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user