UNPKG

@n8n/n8n-nodes-langchain

Version:

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

11 lines 517 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.COMPATIBLE_MODE_SUFFIX = exports.REGION_BASE_HOSTS = void 0; exports.REGION_BASE_HOSTS = { 'ap-southeast-1': 'https://dashscope-intl.aliyuncs.com', 'us-east-1': 'https://dashscope-us.aliyuncs.com', 'cn-beijing': 'https://dashscope.aliyuncs.com', 'cn-hongkong': 'https://cn-hongkong.dashscope.aliyuncs.com', }; exports.COMPATIBLE_MODE_SUFFIX = '/compatible-mode/v1'; //# sourceMappingURL=alibaba-cloud-base-url.js.map