166d34d98bc2740bc5fffdf66cae89bb1ac6f7b4
All of these functions were not working since it needs a special trick to call javscript async function within lua: https://github.com/ceifa/wasmoon/issues/22 The proper trick for allowing async function was added. Also added missing awaits for similarity search. You can use following lua trigger to test out the behaviour: ```lua listenEdit("editOutput", function(triggerId, data) local res = similarity(triggerId, data, {"happy", "angry", "sad"}):await() return res[1] end) ``` Note you need https://github.com/kwaroran/RisuAI/pull/572 to test this out since low level access is disabled for lua right now.
RisuAI
RisuAI, or Risu for short, is a cross platform AI chatting software / web application with powerful features such as multiple API support, assets in the chat, regex functions and much more.
Screenshots
Features
- Multiple API Supports: Supports OAI, Claude, Ooba, OpenRouter... and More!
- Emotion Images: Display the image of the current character, according to his/her expressions!
- Group Chats: Multiple characters in one chat.
- Plugins: Add your features and providers, and simple share.
- Regex Script: Modify model's output by regex, to make a custom gui and others
- Powerful Translators: Automaticly translate the input/output, so you can roleplay without knowing model's language.
- Lorebook: Also known as world infos or memory book, which can made character memorize more.
- Themes: Choose it from 3 themes, Classic, WaifuLike, WaifuCut.
- Powerful Prompting: Change the prompting order easily, Impersonaite inside prompts, Use conditions, varables... and more!
- Customizable, Friendly UI: Great Accessibility and mobile friendly
- TTS: Use TTS to make the output text into voice.
- Additonal Assets: Embed your images, audios and videos to bot, and make it display at chat or background!
- And More!
You can get detailed information on https://github.com/kwaroran/RisuAI/wiki (Work in Progress)
Discord
Installation
- RisuAI Website (Recommended)
- Github Releases
Description
Languages
TypeScript
58.9%
Svelte
35.1%
JavaScript
4.4%
Rust
0.5%
Lua
0.3%
Other
0.7%