Replies: 2 comments
-
|
Most likely, im = "input message" (not "instant message"). Why Not "Instant Message"? |
Beta Was this translation helpful? Give feedback.
-
|
"im" stands for "instruction message" — it comes from the ChatML tokenization format that OpenAI used internally. The special tokens ChatML was OpenAI's internal markup language for formatting multi-turn conversations before sending them to the model. The These tokens are primarily relevant when working with the raw tokenized format of older models. If you're using the chat completions API with the messages array, you don't need to deal with them directly — the API handles the formatting internally. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Is it "input message" or "instant message"?
It is really confusing
Beta Was this translation helpful? Give feedback.
All reactions