mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-20 01:31:42 +02:00
readjusted mistral and oai template, fixed compile issue on termux, updated lite, show generated token ids in debug mode
This commit is contained in:
@@ -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|>"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user