[feat] additional description

This commit is contained in:
kwaroran
2023-09-27 14:15:07 +09:00
parent b733238272
commit 69ae060e1e
7 changed files with 60 additions and 4 deletions

View File

@@ -93,7 +93,8 @@ export const languageEnglish = {
replaceGlobalNote: "If its not blank, it replaces current global note to this.",
backgroundHTML: "A Markdown/HTML Data that would be injected to the background of chat screen.\n\n you can also use additional assets. for example, you can use `{{audio::<asset name}}` for background music."
+ "\n\n Additionaly, you can use these with additional assets:"
+ "\n - `{{bg::<asset name>}}`: inject the background as asset"
+ "\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.",
},
setup: {
chooseProvider: "Choose AI Provider",
@@ -435,4 +436,5 @@ export const languageEnglish = {
appendNameNAI: "Append Name on NAI",
customStopWords: "Custom Stop Words",
defaultPrompt: "Default Prompt",
additionalText: 'Additional Description',
}