-
Like the |
Beta Was this translation helpful? Give feedback.
Answered by
giladgd
Mar 29, 2024
Replies: 1 comment
-
To do that, you'd have to generate more completions by calling the completion function multiple times with the same input, but make sure you use the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
giladgd
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To do that, you'd have to generate more completions by calling the completion function multiple times with the same input, but make sure you use the
temperature
parameter to have a different completion every time, otherwise the completion will be deterministic