Quick job I did to add OpenAI's ChatML format. This is the basic plaintext version - no fancy JSON objects with this one. One variant is the regular ChatML format, and the other is a modified variant of their last example in that document that includes names (and thus the Turn object's name attribute.) The original purpose was just for designating few-shot prompting, but a named variant can come in handy here.
Quick job I did to add OpenAI's ChatML format. This is the basic plaintext version - no fancy JSON objects with this one. One variant is the regular ChatML format, and the other is a modified variant of their last example in that document that includes names (and thus the
Turn
object'sname
attribute.) The original purpose was just for designating few-shot prompting, but a named variant can come in handy here.Merging quickly since it's tested and working.