maxTokens property

  1. @JsonKey(name: 'max_tokens')
int? get maxTokens
inherited

The maximum number of tokens to generate in the completion.

Implementation

@JsonKey(name: 'max_tokens')
int? get maxTokens => throw _privateConstructorUsedError;