diff --git a/src/lang/en.ts b/src/lang/en.ts
index 19ebe0f8..af7c9475 100644
--- a/src/lang/en.ts
+++ b/src/lang/en.ts
@@ -1128,5 +1128,6 @@ export const languageEnglish = {
promptInfoEmptyMessage: "No prompt information is available for this message.",
promptInfoEmptyToggle: "No custom toggles are currently active.",
promptInfoEmptyText: "No prompt text has been saved.",
+ escapeOutput: "Escape Output",
}
diff --git a/src/lang/ko.ts b/src/lang/ko.ts
index aa96a8a5..d41d1207 100644
--- a/src/lang/ko.ts
+++ b/src/lang/ko.ts
@@ -995,4 +995,5 @@ export const languageKorean = {
"promptInfoEmptyMessage": "이 메시지에 대한 프롬프트 정보가 없습니다.",
"promptInfoEmptyToggle": "활성화된 커스텀 토글이 없습니다.",
"promptInfoEmptyText": "저장된 프롬프트 텍스트가 없습니다.",
+ "escapeOutput": "출력 이스케이프",
}
diff --git a/src/lib/SideBars/CharConfig.svelte b/src/lib/SideBars/CharConfig.svelte
index 3fa58c3f..a91f7015 100644
--- a/src/lib/SideBars/CharConfig.svelte
+++ b/src/lib/SideBars/CharConfig.svelte
@@ -1089,6 +1089,10 @@
+
+
+
+
{#if DBState.db.supaModelType !== 'none' && DBState.db.hypav2}