Riceball LEE

Results 106 comments of Riceball LEE

@xenova The PR #1199 has been merged. Maybe this is what you want.

@kasumi-1 I originally intended to abstract a framework for freely registering and using AI tools: https://github.com/isdk/ai-tool.js However, the project evolved significantly and ultimately transformed into Programmable Prompt Engine Language: https://github.com/offline-ai/cli...

@kasumi-1 Currently the back-end code is split in different directories, so the first step is to put them in the same directory, such as: ``` chatbot/ llamacpp/ openai/ tts/ coqui/...

A modeless dialog box (also known as non-modal) is a type of user interface element that allows users to interact with it without interrupting their current task or session. This...

From the user's perspective, it is true that conversations are related to characters. Even multi-person/bots conversations should be considered. To record such conversation, then each item in the conversation should...

* `optional` means it could be NULL(for 2 users conv), it usually means private chat in multi-person conversation if exists. * "`@userId`" in the content means mentioning someone in a...

That could be ok. Another words you can safely ignore the `optional` fileds.

@kasumi-1 The `share` page does not work when running `npm run dev` as it throws errors. Additionally, the VRM animation cannot be loaded correctly and is being redirected to `/share/animations/idle_loop.vrma`...

btw, it's time to write a storage backend and refactor the backend code to make it more modular and allow for easy plugin integration in the future. Currently, there are...

@kasumi-1 The animation can be loaded correctly now. but the `Error: Text content does not match server-rendered HTML` is still here. I 've removed `.next` directoy.