maxTokens property
The maximum number of tokens to generate in the completion.
The token count of your prompt plus max_tokens cannot exceed the model's context length.
Implementation
@JsonKey(name: "max_tokens")
int? maxTokens;
The maximum number of tokens to generate in the completion.
The token count of your prompt plus max_tokens cannot exceed the model's context length.
@JsonKey(name: "max_tokens")
int? maxTokens;