UNPKG

wechaty-weixin-openai

Version:
9 lines 593 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SENSITIVE_URL = exports.SENTIMENT_URL = exports.NER_URL = exports.TOKENIZE_URL = exports.AI_BOT_URL = void 0; exports.AI_BOT_URL = 'https://openai.weixin.qq.com/openapi/aibot'; exports.TOKENIZE_URL = 'https://openai.weixin.qq.com/openapi/nlp/tokenize'; exports.NER_URL = 'https://openai.weixin.qq.com/openapi/nlp/ner'; exports.SENTIMENT_URL = 'https://openai.weixin.qq.com/openapi/nlp/sentiment'; exports.SENSITIVE_URL = 'https://openai.weixin.qq.com/openapi/nlp/sensitive'; //# sourceMappingURL=const.js.map