mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 13:00:56 +03:00
address configuration fix and add BLOB_STORAGE_PATH env variable
This commit is contained in:
@@ -22,7 +22,7 @@ export class ChatOpenAI extends LangchainChatOpenAI {
|
||||
/** @deprecated */
|
||||
configuration?: ClientOptions & LegacyOpenAIInput
|
||||
) {
|
||||
super(fields)
|
||||
super(fields, configuration)
|
||||
this.multiModalOption = fields?.multiModalOption
|
||||
this.configuredModel = fields?.modelName ?? 'gpt-3.5-turbo'
|
||||
this.configuredMaxToken = fields?.maxTokens
|
||||
|
||||
Reference in New Issue
Block a user