This commit is contained in:
Wei 2025-03-05 17:56:27 +03:00 committed by GitHub
commit b3262a8e19
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,