Replies: 1 comment 3 replies
-
Thanks for sharing! To confirm, do you use the litellm python sdk? At the top of the trace detail where we see the other generation params (see screenshot) In the output. Are you interested in contributing to this? Happy to help with reviews of the PRs. |
Beta Was this translation helpful? Give feedback.
-
Currently, when using the
n
parameter in openai completions, this parameter is not visible anywhere in the trace, and we only see the first choice output.It should be supported in two places:
This is especially important when capturing generation traces as datasets, as if you are using the n parameter you likely want all the outputs in your dataset.
Im sure there are several ways of implementing the second piece, in terms of using a list of outputs or splitting out different generations (probably less correct).
Related discussions:
BerriAI/litellm#4964
Beta Was this translation helpful? Give feedback.
All reactions