Merge pull request #958 from FlowiseAI/feature/ChromaAuth

Bugfix/Chroma Authorization
This commit is contained in:
Henry Heng
2023-09-21 22:35:40 +01:00
committed by GitHub
@@ -30,7 +30,7 @@ export class ChromaExtended extends Chroma {
if (this.chromaApiKey) {
obj.fetchOptions = {
headers: {
'X-Api-Key': this.chromaApiKey
Authorization: `Bearer ${this.chromaApiKey}`
}
}
}