mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 15:00:57 +03:00
GPT Vision: Renaming to OpenAIMultiModalChain and merging the functionality of Wisper.
This commit is contained in:
@@ -234,3 +234,10 @@ export abstract class FlowiseSummaryMemory extends ConversationSummaryMemory imp
|
||||
abstract addChatMessages(msgArray: { text: string; type: MessageType }[], overrideSessionId?: string): Promise<void>
|
||||
abstract clearChatMessages(overrideSessionId?: string): Promise<void>
|
||||
}
|
||||
|
||||
export interface IFileUpload {
|
||||
data: string
|
||||
type: string
|
||||
name: string
|
||||
mime: string
|
||||
}
|
||||
Reference in New Issue
Block a user