Add ChatML and Rework display

This commit is contained in:
kwaroran
2024-12-01 17:05:50 +09:00
parent 5ebb934d3b
commit 8a6cfedcda
4 changed files with 234 additions and 86 deletions

View File

@@ -2280,7 +2280,7 @@ export function parseChatML(data:string):OpenAIChat[]|null{
return {
role: role,
content: v
content: risuChatParser(v)
}
})
}