[fix] unstringlize novellist
This commit is contained in:
@@ -495,7 +495,7 @@ export async function requestChatDataMain(arg:requestDataArgument, model:'model'
|
||||
|
||||
return {
|
||||
'type': 'success',
|
||||
'result': result
|
||||
'result': unstringlizeChat(result, formated, currentChar?.name ?? '')
|
||||
}
|
||||
}
|
||||
default:{
|
||||
|
||||
Reference in New Issue
Block a user