bestOf property

int? bestOf
final

Generates best_of completions server-side and returns the "best" (the one with the highest log probability per token).

See https://platform.openai.com/docs/api-reference/completions/create#completions-create-best_of

Implementation

final int? bestOf;