mirror of https://github.com/InternLM/InternLM
Update chat_format.md
parent
c4c4054eab
commit
b1cbb4f483
|
@ -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`.
|
||||
|
|
Loading…
Reference in New Issue