[feat] new chat settings in japanese

This commit is contained in:
kwaroran
2023-06-26 00:17:06 +09:00
parent 378faae5e0
commit 90b60d71b5
3 changed files with 7 additions and 1 deletions

View File

@@ -98,6 +98,7 @@ export async function requestChatDataMain(arg:requestDataArgument, model:'model'
formated[i].content = formated[i].name + ": " + formated[i].content
}
formated[i].name = undefined
delete formated[i].memo
}
}