• Hi Guest!

    We have posted a new VaM2 dev log on Patreon, starting a monthly cadence of written progress updates between Beta releases. Highlights include the new Gizmos System, Selection Carousel, and Modes System with Context-Specific Editing. Beta1.2 is 15 of 21 items complete.

    Read the full post on Patreon, or follow progress on the public Trello roadmap.
Minor update to the plugin's user interface and bug fixes:
- A toggle "AIButtonsOn" to allow/disable sending requests to Kobold using UIButtons is added;
- Checking the AI driving buttons is carried out when adding the plugin to an atom;
- The symbols {char} and {used} are replaced with {{char}} and {{used}} to match the format of the character cards used in TavernAI and other similar programs;
- The lip sync settings (on/off and the volume multiplier) specified in the pref.json file are applied when the plugin is added to the Person atom;
- Several bugs related to text processing are fixed;
- The stop sequence ["### Instruction:", "###Response:"] is added to the parameters of the Kobold request, which allows to significantly speed up the generation of responses in the Instruct mode.

! Before installing this updated version, please, delete all files of the old version from the Custom/PluginData/koboldlink directory, otherwise it may cause an error.
Small update:
- Added display of speech bubble. Use the "SpeechBubbleOn" toggle to enable/disable the option, and the "SpeechBubbleDuration" slider to adjust the display duration of the speech bubble.
- Fixed the bug when an UIButton atom that has a parent could not be associated with the plugin. Many thanks to everlaster who suggested the solution.
- Added the use of square brackets to separate the AI request from the rest of the button text. It is useful for not including the name of the button displayed in the scene in the request. Therefore, the text of the UIButton, associated with the plugin, that sends the AI request should have the following structure: "display name + new line + [request]".

! Before installing this updated version, please, delete the configuration files of the old version from the Custom/PluginData/koboldlink directory, otherwise it may cause an error.
Back
Top Bottom