fix muse glimmer assistant tag

This commit is contained in:
Concedo
2026-08-12 18:13:57 +08:00
parent 75c8184210
commit ddd2691551
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -342,7 +342,7 @@
"system_end": "<|eot|>",
"user_start": "<|start|>user<|message|>",
"user_end": "<|eot|>",
"assistant_start": "<|start|>assistant<|message|>",
"assistant_start": "<|start|>assistant to=user<|message|>",
"assistant_end": "<|eot|>"
}
}
+1 -1
View File
@@ -3,6 +3,6 @@
"system_end": "<|eot|>",
"user_start": "<|start|>user<|message|>",
"user_end": "<|eot|>",
"assistant_start": "<|start|>assistant<|message|>",
"assistant_start": "<|start|>assistant to=user<|message|>",
"assistant_end": "<|eot|>"
}