Skip to content

Releases: kwaroran/RisuAI

143.0.0

08 Dec 12:27
38c70dd
Compare
Choose a tag to compare
  • Added new asset handling
    • Added legacy asset handling option
  • Added preset chaining option
  • Updated traditional Chinese translation #679

142.0.1

08 Dec 09:37
Compare
Choose a tag to compare
  • Reverted couple of things

142.0.0

08 Dec 06:53
8c8c8ba
Compare
Choose a tag to compare
  • Added experimental API Pool for Gemini exp
  • Fixed Gemini Image #678

141.5.0

07 Dec 13:32
Compare
Choose a tag to compare
  • 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

06 Dec 18:28
Compare
Choose a tag to compare
  • Added Gemini exp 1206

v141.3.0

06 Dec 15:59
Compare
Choose a tag to compare
  • Updated transformers
  • Added new embedding models
  • Fixed issue with autoTranslateCachedOnly option being ignored when sending messages (#676)
  • Fixed hypav2 issue where the 'search_document: ' string is not truncated correctly. (#675)

141.2.1

05 Dec 13:52
Compare
Choose a tag to compare
  • Minor fixes

141.2.0

03 Dec 12:38
8d1e7cc
Compare
Choose a tag to compare
  • Added Custom flags
    • This allows more providers to be customized for compatibility
  • Added RisuRealm CharX support
    • Up to 300MB
  • Added aria-roles
  • Added native notification
  • Added copy fallback
  • Fixed {{#if_pure}} syntax issue where indentation and whitespace were not preserved as intended. (#674)

141.0.0

01 Dec 08:28
Compare
Choose a tag to compare
  • 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

v140.1.0

29 Nov 17:23
5ebb934
Compare
Choose a tag to compare
  • Added Auto translate cached only option #669
  • Added experimental Lightning Realm Import option for users who use "Save Data in Account"
  • Updated Simplified Chinese #670
  • Updated Traditional Chinese #671