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: