diff --git a/public/_locales/en/messages.json b/public/_locales/en/messages.json index 72ac287..6a1393e 100644 --- a/public/_locales/en/messages.json +++ b/public/_locales/en/messages.json @@ -56,9 +56,6 @@ "quickChattingPage_copyButtonText_copied": { "message": "Copied!" }, - "quickChattingPage_isGpt4": { - "message": "GPT4" - }, "slotListPage_newSlotButtonText": { "message": "Add Slot" }, diff --git a/public/_locales/ja/messages.json b/public/_locales/ja/messages.json index 8fb3b57..6b756b0 100644 --- a/public/_locales/ja/messages.json +++ b/public/_locales/ja/messages.json @@ -56,9 +56,6 @@ "quickChattingPage_copyButtonText_copied": { "message": "コピー済み!" }, - "quickChattingPage_isGpt4": { - "message": "GPT4" - }, "slotListPage_newSlotButtonText": { "message": "スロットを追加" }, diff --git a/public/_locales/ko/messages.json b/public/_locales/ko/messages.json index e0f0401..0ebfc5d 100644 --- a/public/_locales/ko/messages.json +++ b/public/_locales/ko/messages.json @@ -56,9 +56,6 @@ "quickChattingPage_copyButtonText_copied": { "message": "복사됨!" }, - "quickChattingPage_isGpt4": { - "message": "GPT4" - }, "slotListPage_newSlotButtonText": { "message": "슬롯 추가" }, diff --git a/public/_locales/zh_CN/messages.json b/public/_locales/zh_CN/messages.json index cae48fa..ecde08e 100644 --- a/public/_locales/zh_CN/messages.json +++ b/public/_locales/zh_CN/messages.json @@ -56,9 +56,6 @@ "quickChattingPage_copyButtonText_copied": { "message": "已复制!" }, - "quickChattingPage_isGpt4": { - "message": "GPT4" - }, "slotListPage_newSlotButtonText": { "message": "添加插槽" },