Replies: 1 comment
-
|
Yes please! Why is it internal? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am using the OpenAI.Chat.ChatCompletionOptions class to configure my chat completion requests. I would like to generate multiple completion choices for a single prompt, which is typically controlled by the n parameter in the OpenAI API.
I've noticed that the ChatCompletionOptions class has an internal property N that seems to correspond to this parameter. However, since it is internal, I cannot set it directly from my code.
Is there a recommended way to specify the number of completion choices to generate? Am I missing a public property or a method to set this value?
Any guidance on how to achieve this would be greatly appreciated.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions