From 13e7639ff75bb571f79cecec26f660ccb25c7fe7 Mon Sep 17 00:00:00 2001 From: RnB Date: Wed, 18 Feb 2026 19:25:21 -0500 Subject: [PATCH] =?UTF-8?q?dfi:=20=5F=20Fix=20the=20duplicated=20word=20"E?= =?UTF-8?q?nd=20end"=20in=20the=20chat-template=20page=20=E2=80=94=20it=20?= =?UTF-8?q?shoul?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lfm/key-concepts/chat-template.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfm/key-concepts/chat-template.mdx b/lfm/key-concepts/chat-template.mdx index 2f8ea9c..776b1f0 100644 --- a/lfm/key-concepts/chat-template.mdx +++ b/lfm/key-concepts/chat-template.mdx @@ -16,7 +16,7 @@ Conversations are formatted using special tokens: * **`<|startoftext|>`** — Start of the conversation. * **`<|im_start|>`** — Start of the message. Always followed by the role name (`system`, `user`, `assistant`, or `tool`) and a line break. -* **`<|im_end|>`** — End end of the message. +* **`<|im_end|>`** — End of the message. LFM2 supports four conversation roles: