Optional
props: Omit<ChatOptions, "clone">Optional
additionalOptional
frequencyGets or sets the frequency penalty for generating chat responses.
Optional
maxGets or sets the maximum number of tokens in the generated chat response.
Optional
modelGets or sets the model ID for the chat request.
Optional
presenceGets or sets the presence penalty for generating chat responses.
Optional
responseGets or sets the chat response format.
Optional
seedGets or sets a seed value used by a service to control the reproducibility of results.
Optional
stopGets or sets the stop sequences for generating chat responses.
Optional
temperatureGets or sets the temperature for generating chat responses.
Optional
toolGets or sets the tool mode for the chat request.
Optional
toolsGets or sets the list of tools to include with a chat request.
Optional
topGets or sets a count indicating how many of the most probable tokens the model should consider when generating the next part of the text.
Optional
top
Gets or sets any additional properties associated with the options.