Releases: kwaroran/RisuAI
Releases · kwaroran/RisuAI
143.0.0
142.0.1
142.0.0
141.5.0
- Added Experimental Gemini Tokenizer via Google Cloud API
- Since it requires an HTTP request instead of a local tokenizer, it might take longer than other tokenizers
- Tokenizer will always return token 0 for each token since the exact token id is unknown
- Fixed CharX import via Realm and direct import in some cases
141.4.0
v141.3.0
141.2.1
141.2.0
141.0.0
- Reworked prompt template GUI
- Now allows drag & drop ordering
- Now folds like a lorebook
- Added ChatML prompt template type
- This is for advanced uses
- For example, you can put all history just in a single user role with
<|im_start|>user<|im_sep|>{{#each {{messages}} a}}{{ele::{{slot::a}}::data}}{{br}}{{/each}}<|im_end|>
- This is not inputted as-is as a prompt. ChatML will be parsed first and Risu will reformat it to a proper format for the model
- Changed CBS parser max stack size to 20
{{personality}}
,{{description}}
,{{example_dialogue}}
,{{persona}}
, and other CBS will parse CBS inside of it.- Fixed
{{array_push}}
- Changed
{{messages}}
to also include first message