UNPKG

@n8n/n8n-nodes-langchain

Version:

![Banner image](https://user-images.githubusercontent.com/10284570/173569848-c624317f-42b1-45a6-ab09-f0ea3c247648.png)

26 lines 674 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MODELS_NOT_SUPPORT_FUNCTION_CALLS = void 0; exports.MODELS_NOT_SUPPORT_FUNCTION_CALLS = [ 'gpt-3.5-turbo-16k-0613', 'dall-e-3', 'text-embedding-3-large', 'dall-e-2', 'whisper-1', 'tts-1-hd-1106', 'tts-1-hd', 'gpt-4-0314', 'text-embedding-3-small', 'gpt-4-32k-0314', 'gpt-3.5-turbo-0301', 'gpt-4-vision-preview', 'gpt-3.5-turbo-16k', 'gpt-3.5-turbo-instruct-0914', 'tts-1', 'davinci-002', 'gpt-3.5-turbo-instruct', 'babbage-002', 'tts-1-1106', 'text-embedding-ada-002', ]; //# sourceMappingURL=constants.js.map