Skip to content

Commit ca8ddc5

Browse files
kantasvdavedittrich
authored andcommitted
fixed a minor typo in chatml.md (openai#260)
1 parent 6ea78e6 commit ca8ddc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chatml.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ option in the future!)
77
Traditionally, GPT models consumed unstructured text. ChatGPT models
88
instead expect a structured format, called Chat Markup Language
99
(ChatML for short).
10-
ChatML documents consists of a sequence of messages. Each message
10+
ChatML documents consist of a sequence of messages. Each message
1111
contains a header (which today consists of who said it, but in the
1212
future will contain other metadata) and contents (which today is a
1313
text payload, but in the future will contain other datatypes).

0 commit comments

Comments
 (0)