readjusted mistral and oai template, fixed compile issue on termux, updated lite, show generated token ids in debug mode

This commit is contained in:
Concedo
2025-08-07 21:14:48 +08:00
parent 61c19fea56
commit 338b1fe97e
8 changed files with 121 additions and 98 deletions
+4 -4
View File
@@ -1,8 +1,8 @@
{
"system_start": "<|start|>system<|message|>",
"system_end": "<|end|>\n",
"system_start": "<|start|>developer<|message|>",
"system_end": "<|end|>",
"user_start": "<|start|>user<|message|>",
"user_end": "<|end|>\n",
"user_end": "<|end|>",
"assistant_start": "<|start|>assistant<|channel|>final<|message|>",
"assistant_end": "<|return|>\n"
"assistant_end": "<|return|>"
}