mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 23:01:09 +03:00
fix for concurrent requests for media handling
This commit is contained in:
@@ -244,7 +244,7 @@ class ChatOpenAI_ChatModels implements INode {
|
||||
}
|
||||
}
|
||||
|
||||
const model = new ChatOpenAI(obj, {
|
||||
const model = new ChatOpenAI(nodeData.id, obj, {
|
||||
baseURL: basePath,
|
||||
baseOptions: parsedBaseOptions
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user