mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
Merge 3d448e8448
into 3cd34b5af6
This commit is contained in:
commit
b3262a8e19
|
@ -147,6 +147,7 @@ export class LmChatGoogleGemini implements INodeType {
|
|||
) as SafetySetting[];
|
||||
|
||||
const model = new ChatGoogleGenerativeAI({
|
||||
baseUrl: credentials.host as string,
|
||||
apiKey: credentials.apiKey as string,
|
||||
baseUrl: credentials.host as string,
|
||||
modelName,
|
||||
|
|
Loading…
Reference in a new issue