From b1cbb4f483b8facd679b561d860584b6aba3f521 Mon Sep 17 00:00:00 2001 From: liukuikun <24622904+Harold-lkk@users.noreply.github.com> Date: Wed, 17 Jan 2024 12:10:07 +0800 Subject: [PATCH] Update chat_format.md --- chat/chat_format.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/chat/chat_format.md b/chat/chat_format.md index 319c39f..2b3519a 100644 --- a/chat/chat_format.md +++ b/chat/chat_format.md @@ -1,3 +1,5 @@ +# Chat Format + English | [简体中文](chat_format_zh-CN.md) InternLM2-Chat adopts a new chat format to flexibly support a wider range of applications, such as tool invocation, while avoiding user input attacks. This new format is similar to the [ChatML](https://github.com/openai/openai-python/blob/release-v0.28.0/chatml.md) format, but with an added `environment` role to support general-purpose AI applications, in addition to `system`, `user`, and `assistant`.