From d008c3b7021e8b38701ff6bf7683ded37ca30f1d Mon Sep 17 00:00:00 2001 From: David Thayer Date: Thu, 2 Mar 2023 09:21:11 -0800 Subject: [PATCH 1/2] Typo, line 93 (#259) Changed "much most" to "much more" --- chatml.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chatml.md b/chatml.md index 02f22b9f1c..c2f6131922 100644 --- a/chatml.md +++ b/chatml.md @@ -90,4 +90,4 @@ If adding instructions in the `system` message doesn't work, you can also try putting them into a `user` message. (In the near future, we will train our models to be much more steerable via the system message. But to date, we have trained only on a few system messages, -so the models pay much most attention to user examples.) +so the models pay much more attention to user examples.) From 81e624e8ba3b0d36e0c14a437c7ff4171d35b5c0 Mon Sep 17 00:00:00 2001 From: Kevin Huang <44907675+Ynng@users.noreply.github.com> Date: Thu, 2 Mar 2023 12:22:41 -0500 Subject: [PATCH 2/2] Fixed a tiny typo in chatml.md (#249) iteract -> interact --- chatml.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chatml.md b/chatml.md index c2f6131922..ea53e22c27 100644 --- a/chatml.md +++ b/chatml.md @@ -1,7 +1,7 @@ (This document is a preview of the underlying format consumed by ChatGPT models. As a developer, you can use our [higher-level API](https://platform.openai.com/docs/guides/chat) and won't need to -iteract directly with this format today — but expect to have the +interact directly with this format today — but expect to have the option in the future!) Traditionally, GPT models consumed unstructured text. ChatGPT models