From 4c201b44b6b64a8b295288868a0e967135c0189d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kanta=20Yamaoka=20=28=E5=B1=B1=E5=B2=A1=E5=B9=B9=E5=A4=AA?= =?UTF-8?q?=29?= <49053649+kantasv@users.noreply.github.com> Date: Thu, 2 Mar 2023 19:12:07 +0100 Subject: [PATCH] fixed a minor typo in chatml.md --- chatml.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chatml.md b/chatml.md index ea53e22c27..41f5bbdd9e 100644 --- a/chatml.md +++ b/chatml.md @@ -7,7 +7,7 @@ option in the future!) Traditionally, GPT models consumed unstructured text. ChatGPT models instead expect a structured format, called Chat Markup Language (ChatML for short). -ChatML documents consists of a sequence of messages. Each message +ChatML documents consist of a sequence of messages. Each message contains a header (which today consists of who said it, but in the future will contain other metadata) and contents (which today is a text payload, but in the future will contain other datatypes).