-
Notifications
You must be signed in to change notification settings - Fork 402
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
Extend the generate
/generate_events
APIs to support generation options
#256
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
drazvan
added
enhancement
New feature or request
status: help wanted
Issues where external contributions are encouraged.
labels
Jan 16, 2024
Are there any other features that should be supported by the "generation options" mechanism? |
This was referenced Jan 16, 2024
drazvan
force-pushed
the
feature/generation-options
branch
from
February 8, 2024 04:42
7728422
to
af99de3
Compare
I'm merging this so we can start QA on it. @prasoonvarshney / @trebedea have a look at it from a usage perspective when you have a moment. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement
New feature or request
status: help wanted
Issues where external contributions are encouraged.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR is work in progress. Feedback requested.
Goal
Have a more flexible
LLMRails
interface that can accommodate the following requirements:Example Usage
To run only the input rails:
To invoke only some specific input/output rails:
To provide additional parameters to the main LLM call:
To return additional information from the generation (i.e., context variables):
To skip enforcing the rails, and only inform the user if they were triggered:
To get more details on the LLM calls that were executed, including the raw responses: