[fix] unstringlize novellist

This commit is contained in:
kwaroran
2023-06-07 09:00:21 +09:00
parent f37ae13d83
commit b631da7e72

View File

@@ -495,7 +495,7 @@ export async function requestChatDataMain(arg:requestDataArgument, model:'model'
return {
'type': 'success',
'result': result
'result': unstringlizeChat(result, formated, currentChar?.name ?? '')
}
}
default:{