enum

ML::LLM::PromptMode

Inherits Enum / Comparable / Value / Object

Prompt formatting modes

Constants

Raw = 0
ChatML = 1
GptOss = 2
GptOssDirect = 3

Instance methods

chat_ml?

Returns true if this enum value equals ChatML

Source
gpt_oss?

Returns true if this enum value equals GptOss

Source
gpt_oss_direct?

Returns true if this enum value equals GptOssDirect

Source
raw?

Returns true if this enum value equals Raw

Source