fix(trinity-v1): change prompt template

This commit is contained in:
hahuyhoang411 2023-12-21 20:45:00 +07:00
parent 247a1f1e19
commit d5677a180a

View File

@ -8,7 +8,7 @@
"format": "gguf",
"settings": {
"ctx_len": 4096,
"prompt_template": "<|im_start|>system\n{system_message}<|im_end|>\n<|im_start|>user\n{prompt}<|im_end|>\n<|im_start|>assistant"
"prompt_template": "{system_message}\n### Instruction:\n{prompt}\n### Response:"
},
"parameters": {
"max_tokens": 4096