From 3e687a8a0e28b46529aefb4139e75e255c3df8ff Mon Sep 17 00:00:00 2001 From: vegu-ai-tools <152010387+vegu-ai-tools@users.noreply.github.com> Date: Wed, 24 Jul 2024 23:01:26 +0300 Subject: [PATCH] fix format --- templates/llm-prompt/talemate/Llama-3.1-8B-Claude.jinja2 | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/templates/llm-prompt/talemate/Llama-3.1-8B-Claude.jinja2 b/templates/llm-prompt/talemate/Llama-3.1-8B-Claude.jinja2 index 4f30a6a7..c8c6e56d 100644 --- a/templates/llm-prompt/talemate/Llama-3.1-8B-Claude.jinja2 +++ b/templates/llm-prompt/talemate/Llama-3.1-8B-Claude.jinja2 @@ -1,5 +1,6 @@ -<|begin_of_text|><|start_header_id|>user<|end_header_id|> -{{ system_message }} -{{ user_message }}<|eot_id|><|start_header_id|>assistant<|end_header_id|> - +<|begin_of_text|><|start_header_id|>user<|end_header_id|> +{{ system_message }} + +{{ user_message }}<|eot_id|><|start_header_id|>assistant<|end_header_id|> + {{ coercion_message }} \ No newline at end of file