CompletionCreateRequest.MaxTokens

CompletionCreateRequest.MaxTokens property

Gets or sets the maximum number of tokens to generate in the completion.

public int? MaxTokens { get; set; }

See Also