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