feat: Add "Long Term Memory" option to OtherBotSettings
This commit is contained in:
@@ -594,4 +594,5 @@ export const languageEnglish = {
|
|||||||
combineTranslation : "Combine Translation",
|
combineTranslation : "Combine Translation",
|
||||||
dynamicAssets: "Dynamic Assets",
|
dynamicAssets: "Dynamic Assets",
|
||||||
dynamicAssetsEditDisplay: "Use Dynamic Assets in Display",
|
dynamicAssetsEditDisplay: "Use Dynamic Assets in Display",
|
||||||
|
longTermMemory: "Long Term Memory",
|
||||||
}
|
}
|
||||||
@@ -207,7 +207,7 @@
|
|||||||
</SelectInput>
|
</SelectInput>
|
||||||
</Arcodion>
|
</Arcodion>
|
||||||
|
|
||||||
<Arcodion name={language.SuperMemory}/{language.hanuraiMemory} styled>
|
<Arcodion name={language.longTermMemory} styled>
|
||||||
<span class="text-textcolor mt-4">{language.type}</span>
|
<span class="text-textcolor mt-4">{language.type}</span>
|
||||||
|
|
||||||
<SelectInput value={
|
<SelectInput value={
|
||||||
|
|||||||
Reference in New Issue
Block a user