-
-
Notifications
You must be signed in to change notification settings - Fork 18.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FEATURE: Add Multi Modal Capabilities to Flowise #1419
Conversation
# Conflicts: # packages/server/src/index.ts
…lder on the server side when saving messages.
…nd can run inference
# Conflicts: # packages/server/src/index.ts # packages/ui/src/views/chatmessage/ChatMessage.js
# Conflicts: # packages/server/src/index.ts
# Conflicts: # packages/server/src/database/migrations/mysql/index.ts # packages/server/src/database/migrations/postgres/index.ts # packages/server/src/database/migrations/sqlite/index.ts
# Conflicts: # packages/server/src/index.ts
packages/components/nodes/multimodal/OpenAI/OpenAIVisionChain.ts
Outdated
Show resolved
Hide resolved
# Conflicts: # packages/components/nodes/agents/MRKLAgentChat/MRKLAgentChat.ts
related chat embedded PR |
@HenryHengZJ @chungyau97 Issues have all been fixed. We can review and merge this. I think everything's good to go on @vinodkiran's end too. |
@0xi4o, thanks for the fix for invalid characters in file |
</div> | ||
{inputParam.type === 'credential' && ( | ||
<CredentialInputHandler | ||
key={speechToText[selectedProvider]?.credentialId} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@0xi4o this is where you can specify a key
so that a new element is rendered, hence you dont need to put credentialNames
in the useEffect
} | ||
}) | ||
|
||
this.app.get('/api/v1/get-upload-path', async (req: Request, res: Response) => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reminder to backport this route to the new way modularity express router PR - #1806
Could there be an option to configure another audio or image model (selfhosted)? |
Awesome feature. It would be great to add it to the chat embed as well. |
No description provided.