Static
getReturns the default frequency_penalty value to use for the given model.
The default frequency_penalty value.
The OpenAI API model.
Static
getReturns the default maximum number of tokens to generate for the given model.
The default maximum number of tokens to generate.
The OpenAI API model.
Static
getReturns the default presence_penalty value to use for the given model.
The default presence_penalty value.
The OpenAI API model.
Static
getReturns the default temperature to use for the given model.
The default temperature to use.
The OpenAI API model.
Static
getReturns the default top p to use for the given model.
The default top p to use.
The OpenAI API model.
Generated using TypeDoc
A utility class for working with OpenAI models.