From 9bcb4aba4de0a9605df230d183f90129ad1b33e6 Mon Sep 17 00:00:00 2001 From: kwaroran Date: Wed, 10 Apr 2024 11:17:10 +0900 Subject: [PATCH] Update charjs description in en.ts to add unrecommended notice --- src/lang/en.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lang/en.ts b/src/lang/en.ts index a8796d60..5cc7271d 100644 --- a/src/lang/en.ts +++ b/src/lang/en.ts @@ -96,7 +96,7 @@ export const languageEnglish = { + "\n\n Additionaly, you can use these with additional assets:" + "\n - `{{bg::}}`: inject the background as asset", additionalText: "The text that would be added to Character Description only when ai thinks its needed, so you can put long texts here. seperate with double newlines.", - charjs: "A javascript code that would run with character. for example, you can check `https://github.com/kwaroran/RisuAI/blob/main/src/etc/example-char.js`", + charjs: "A javascript code that would run with character. for example, you can check `https://github.com/kwaroran/RisuAI/blob/main/src/etc/example-char.js` CURRENTLY NOT RECOMMENDED TO USE DUDE TO SECURITY REASONS. EXPORTING WOULD NOT INCLUDE THIS.", romanizer: "Romanizer is a plugin that converts non-roman characters to roman characters to reduce tokens when using non-roman characters while requesting data. this can result diffrent output from the original model. it is not recommended to use this plugin when using roman characters on chat.", oaiRandomUser: "If enabled, random uuid would be put on user parameter on request, and would be changed on refresh. this can be used to prevent AI from identifying user.", inlayImages: "If enabled, images could be inlayed to the chat and AIs can see it if they support it.",