minor template and tts ui fixes

This commit is contained in:
Concedo
2025-08-27 22:30:09 +08:00
parent 654b9eee73
commit 3655ecf9b3
5 changed files with 153 additions and 77 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"system_start": "<start_of_turn>user\n",
"system_end": "<end_of_turn>\n",
"user_start": "<start_of_turn>user\n",
"user_end": "<end_of_turn>\n",
"assistant_start": "<start_of_turn>model\n",
"assistant_end": "<end_of_turn>\n"
}