Skip to content
This repository was archived by the owner on Feb 28, 2026. It is now read-only.

OpenAI.Request.BestOf

Andrew Lambert edited this page Feb 9, 2023 · 5 revisions

OpenAI.Request.BestOf

Property declaration

 Dim BestOf As Integer

Remarks

Generates BestOf completions server-side and returns the "best" (the one with the highest log probability per token). When used with NumberOfResults, BestOf controls the number of candidate completions and NumberOfResults specifies how many to return – BestOf must be greater than NumberOfResults.

Clone this wiki locally