[feat] added v2 spec additions to character

This commit is contained in:
kwaroran
2023-05-11 19:51:24 +09:00
parent 4ac8c71fe6
commit 52bd20d3fb
6 changed files with 70 additions and 20 deletions

View File

@@ -211,6 +211,11 @@ export const languageEnglish = {
editOutput: "Modfiy Output",
editProcess: "Modfiy Request Data",
loadLatest: "Load Latest Backup",
loadOthers: "Load Other Backups"
loadOthers: "Load Other Backups",
exampleMessage: "Example Message",
creatorNotes: "Creator's Quote",
systemPrompt: "System Prompt",
characterNotes: "Character Notes",
personality: "Personality",
alternateGreetings: "Alternate Greetings"
}

View File

@@ -208,5 +208,5 @@ export const languageKorean = {
editOutput: "출력문 수정",
editProcess: "리퀘스트 데이터 수정",
loadLatest: "가장 최근 백업 불러오기",
loadOthers: "다른 백업 불러오기"
loadOthers: "다른 백업 불러오기",
}