[feat] additional description
This commit is contained in:
@@ -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',
|
||||
}
|
||||
Reference in New Issue
Block a user