[feat] charjs

This commit is contained in:
kwaroran
2023-11-08 14:51:38 +09:00
parent 7ce83a5430
commit cc5b69a816
2 changed files with 5 additions and 0 deletions

View File

@@ -95,6 +95,7 @@ export const languageEnglish = {
+ "\n\n Additionaly, you can use these with additional assets:"
+ "\n - `{{bg::<asset name>}}`: 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.",
},
setup: {
chooseProvider: "Choose AI Provider",
@@ -438,4 +439,5 @@ export const languageEnglish = {
defaultPrompt: "Default Prompt",
additionalText: 'Additional Description',
seed: "Seed",
charjs: "CharacterJS"
}