mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-20 01:31:42 +02:00
fix muse glimmer assistant tag
This commit is contained in:
@@ -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|>"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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|>"
|
||||
}
|
||||
Reference in New Issue
Block a user