diff --git a/src/lang/en.ts b/src/lang/en.ts
index 1f8efbbb..3aa497af 100644
--- a/src/lang/en.ts
+++ b/src/lang/en.ts
@@ -429,4 +429,5 @@ export const languageEnglish = {
supporterThanks: "Supporter Thanks",
supporterThanksDesc: "Thank you for your support!",
donatorPatreonDesc:"For default, it will not be shown in the list for privacy. if you want to show your nickname, go to RisuAI's patreon page and press the link button.",
+ useNamePrefix: "Use Name Prefix",
}
\ No newline at end of file
diff --git a/src/lib/Setting/Pages/BotSettings.svelte b/src/lib/Setting/Pages/BotSettings.svelte
index 2820697d..b9371294 100644
--- a/src/lib/Setting/Pages/BotSettings.svelte
+++ b/src/lib/Setting/Pages/BotSettings.svelte
@@ -312,6 +312,7 @@
Seperator
+
{language.autoSuggest}
@@ -322,6 +323,9 @@
+
+
+
{:else if $DataBase.aiModel.startsWith('novelai')}
Starter