We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58f6532 commit 14f4bc7Copy full SHA for 14f4bc7
packages/@n8n/nodes-langchain/nodes/llms/LmChatGoogleGemini/LmChatGoogleGemini.node.ts
@@ -140,6 +140,7 @@ export class LmChatGoogleGemini implements INodeType {
140
141
const model = new ChatGoogleGenerativeAI({
142
apiKey: credentials.apiKey as string,
143
+ baseUrl: credentials.host as string,
144
modelName,
145
topK: options.topK,
146
topP: options.topP,
0 commit comments