refactor(OpenAI Model Node Node, Google PaLM Language Model Node, Google PaLM Chat Model Node): Mark nodes as deprecated (#10119)

This commit is contained in:
oleg
2024-07-19 17:57:50 +02:00
committed by GitHub
parent 0542765b98
commit a8b5551331
5 changed files with 26 additions and 8 deletions

View File

@@ -14,8 +14,8 @@ import type { SafetySetting } from '@google/generative-ai';
import { ProjectsClient } from '@google-cloud/resource-manager';
import { getConnectionHintNoticeField } from '../../../utils/sharedFields';
import { N8nLlmTracing } from '../N8nLlmTracing';
import { makeErrorFromStatus } from './error-handling';
import { additionalOptions } from '../gemini-common/additional-options';
import { makeErrorFromStatus } from './error-handling';
export class LmChatGoogleVertex implements INodeType {
description: INodeTypeDescription = {