Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Update LLM.generate interface to allow returning arbitrary/extra stuff related to the generation #738

Open
gabrielmbmb opened this issue Jun 17, 2024 · 0 comments · May be fixed by #1034
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@gabrielmbmb
Copy link
Member

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: No status
Development

Successfully merging a pull request may close this issue.

2 participants