Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 706 Bytes

File metadata and controls

20 lines (12 loc) · 706 Bytes

OpenAICompletionsRequest

Properties

Name Type Description Notes
prompt Prompt
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]