prompt

The prompt(s) to generate completions for, encoded as a string, a list of strings, or a list of token lists.

Note that <|endoftext|> is the document separator that the model sees during training, so if a prompt is not specified the model will generate as if from the beginning of a new document.

Defaults to <|endoftext|>.