Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions chatml.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ follows:
]
```
You could also represent it in the classic "unsafe raw string"
format. Note this format inherently allows injections from user input
containing special-token syntax, similar to a SQL injections:
format. However, this format inherently allows injections from user
input containing special-token syntax, similar to SQL injections:
```
<|im_start|>system
You are ChatGPT, a large language model trained by OpenAI. Answer as concisely as possible.
Expand Down