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
Update the LLM.generate function signature to allow returning more stuff related to the generation apart from the completion given by the LLM. This would be useful to include generation statistics (number of tokens generated, seconds it took, etc), and to also be able to include intermediate generations (MixtureOfAgents generations of the proposers LLM).
The text was updated successfully, but these errors were encountered:
Description
Update the
LLM.generate
function signature to allow returning more stuff related to the generation apart from the completion given by the LLM. This would be useful to include generation statistics (number of tokens generated, seconds it took, etc), and to also be able to include intermediate generations (MixtureOfAgents
generations of the proposers LLM).The text was updated successfully, but these errors were encountered: