mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-29 03:01:10 +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) {
|
if (this.chromaApiKey) {
|
||||||
obj.fetchOptions = {
|
obj.fetchOptions = {
|
||||||
headers: {
|
headers: {
|
||||||
'X-Api-Key': this.chromaApiKey
|
Authorization: `Bearer ${this.chromaApiKey}`
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user