UNPKG

wechaty-weixin-openai

Version:
6 lines 465 B
export declare const AI_BOT_URL = "https://openai.weixin.qq.com/openapi/aibot"; export declare const TOKENIZE_URL = "https://openai.weixin.qq.com/openapi/nlp/tokenize"; export declare const NER_URL = "https://openai.weixin.qq.com/openapi/nlp/ner"; export declare const SENTIMENT_URL = "https://openai.weixin.qq.com/openapi/nlp/sentiment"; export declare const SENSITIVE_URL = "https://openai.weixin.qq.com/openapi/nlp/sensitive"; //# sourceMappingURL=const.d.ts.map