LlamaChatCompletionRequest.MaxTokens

LlamaChatCompletionRequest.MaxTokens property

Sets or gets the maximum number of tokens to generate in the chat completion. Default value is null, means infinity.

public int? MaxTokens { get; set; }

See Also