You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(hallucination-check): Rename check_hallucination to self_check_hallucination
This commit renames all instances of 'check_hallucination' to
'self_check_hallucination' across multiple files. This includes changes in
function names, task names, and documentation.
# Generates best_of completions server-side and returns the "best" (the one with the highest log probability per token). Results cannot be streamed.
90
+
#
91
+
# When used with n, best_of controls the number of candidate completions and n specifies how many to return – best_of must be greater than n.
92
+
#
93
+
# Note: Because this parameter generates many completions, it can quickly consume your token quota. Use carefully and ensure that you have reasonable settings for max_tokens and stop.
0 commit comments