mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 13:00:56 +03:00
GPT Vision: Initial implementation of the OpenAI Vision API
This commit is contained in:
@@ -31,6 +31,7 @@ export interface IChatMessage {
|
||||
sourceDocuments?: string
|
||||
usedTools?: string
|
||||
fileAnnotations?: string
|
||||
fileUploads?: string
|
||||
chatType: string
|
||||
chatId: string
|
||||
memoryType?: string
|
||||
@@ -167,6 +168,7 @@ export interface IncomingInput {
|
||||
socketIOClientId?: string
|
||||
chatId?: string
|
||||
stopNodeId?: string
|
||||
uploads?: string
|
||||
}
|
||||
|
||||
export interface IActiveChatflows {
|
||||
|
||||
Reference in New Issue
Block a user