mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-19 01:05:09 +02:00
handle if assistant_message_gen and assistant_message_gen!=assistant_message_start, replace final output tag with unspaced (gen) version if exists
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"system_start": "<|bom|><|system|> ",
|
||||
"system_end": "<|eom|>",
|
||||
"user_start": "<|bom|><|user|> ",
|
||||
"user_end": "<|eom|>",
|
||||
"assistant_start": "<|bom|><|assistant|> ",
|
||||
"assistant_gen": "<|bom|><|assistant|>",
|
||||
"assistant_end": "<|eom|>"
|
||||
}
|
||||
Reference in New Issue
Block a user