wechaty-weixin-openai
Version:
Weixin OpenAI Plugin for Wechaty
19 lines • 597 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SENTIMENT_KEY_MAP = exports.SENTIMENT_MODE = void 0;
var SENTIMENT_MODE;
(function (SENTIMENT_MODE) {
SENTIMENT_MODE["THREE_CLASS"] = "3class";
SENTIMENT_MODE["SIX_CLASS"] = "6class";
})(SENTIMENT_MODE = exports.SENTIMENT_MODE || (exports.SENTIMENT_MODE = {}));
exports.SENTIMENT_KEY_MAP = {
厌恶: 'hate',
喜欢: 'like',
悲伤: 'sad',
愤怒: 'angry',
无情感: 'none',
正面: 'positive',
负面: 'negative',
高兴: 'happy',
};
//# sourceMappingURL=sentiment.js.map