We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07b251b commit d06b7d7Copy full SHA for d06b7d7
packages/components/nodes/chatmodels/ChatGoogleGenerativeAI/FlowiseChatGoogleGenerativeAI.ts
@@ -92,7 +92,7 @@ class LangchainChatGoogleGenerativeAI
92
private contextCache?: FlowiseGoogleAICacheManager
93
94
get _isMultimodalModel() {
95
- return this.modelName.includes('vision') || this.modelName.startsWith('gemini-1.5')
+ return true
96
}
97
98
constructor(fields?: GoogleGenerativeAIChatInput) {
0 commit comments