Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 949 Bytes

File metadata and controls

22 lines (14 loc) · 949 Bytes

OpenAIChatCompletionsRequest

Properties

Name Type Description Notes
messages List<PromptMessage> A list of messages to be sent to the model
tools List<OpenAITool> [optional]
stream Boolean [optional]
streamOptions OpenAIStreamOptions [optional]
maxTokens Integer The maximum number of tokens to generate [optional]
model String The name of the model used for generating the completion
temperature BigDecimal The temperature of the generated text [optional]
topP BigDecimal The top-p value for nucleus sampling [optional]
stop Stop1 [optional]
responseFormat OpenAIResponseFormat [optional]