This repository was archived by the owner on Feb 28, 2026. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 9
OpenAI.Request.BestOf
Andrew Lambert edited this page Feb 9, 2023
·
5 revisions
Dim BestOf As IntegerGenerates 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.
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2023-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.