mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-26 23:00:25 +03:00
Merge pull request #958 from FlowiseAI/feature/ChromaAuth
Bugfix/Chroma Authorization
This commit is contained in:
@@ -30,7 +30,7 @@ export class ChromaExtended extends Chroma {
|
||||
if (this.chromaApiKey) {
|
||||
obj.fetchOptions = {
|
||||
headers: {
|
||||
'X-Api-Key': this.chromaApiKey
|
||||
Authorization: `Bearer ${this.chromaApiKey}`
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user