From 67ed97f70b20aa9f6a9f88c290ebb2fd4da20300 Mon Sep 17 00:00:00 2001 From: kwaroran Date: Wed, 8 Nov 2023 16:58:30 +0900 Subject: [PATCH] [feat] example in help --- 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 dbaff67e..e8c51c94 100644 --- a/src/lang/en.ts +++ b/src/lang/en.ts @@ -95,7 +95,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 `getCharacter()` function in the source code.", + 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`", }, setup: { chooseProvider: "Choose AI Provider",