Spaces:
Running
Running
File size: 387 Bytes
3d50167 |
1 2 3 4 5 6 7 8 9 10 11 12 |
(function () {
if (!window.KimiAPI) return;
window.KimiAPI.registerBehavior({
id: "playful-mode",
name: "Playful Mode",
description: "Makes Kimi more playful and fun in her responses.",
modifyPrompt: function (prompt) {
return prompt + "\n[Playful mode: Add more jokes and light-hearted comments.]";
}
});
})();
|