Add new asset finder and preset chain

This commit is contained in:
kwaroran
2024-12-08 21:25:57 +09:00
parent c454f8df2d
commit 40ad42ffe9
6 changed files with 84 additions and 8 deletions

View File

@@ -171,7 +171,8 @@ export const languageEnglish = {
translatorPrompt: "The prompt that is used for translation. if it is blank, it will use the default prompt. you can also use ChatML formating with {{slot}} for the dest language, {{solt::content}} for the content, and {{slot::tnote}} for the translator note.",
translateBeforeHTMLFormatting: "If enabled, it will translate the text before Regex scripts and HTML formatting. this could make the token lesser but could break the formatting.",
autoTranslateCachedOnly: "If enabled, it will automatically translate only the text that the user has translated previously.",
APIPool: "If enabled, it will connect to RisuAI API Pool. Every user which API pool is enabled, the API key will be shared if it used for free, rate-limited models, making it user to make more request of rate-limited models by using other's API key that didn't used much."
presetChain: "If it is not blank, the preset will be changed and applied randomly every time when user sends a message in the preset list in this input. preset list should be seperated by comma, for example, `preset1,preset2`.",
legacyMediaFindings: "If enabled, it will use the old method to find media assets, without using the additional search algorithm.",
},
setup: {
chooseProvider: "Choose AI Provider",
@@ -819,5 +820,6 @@ export const languageEnglish = {
customFlags: "Custom Flags",
enableCustomFlags: "Enable Custom Flags",
googleCloudTokenization: "Google Cloud Tokenization",
APIPool: "API Pool"
presetChain: "Preset Chain",
legacyMediaFindings: "Legacy Media Findings",
}