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

Add functionality to allow LLM to choose appropriate input files for script context #368

Open
bzorn opened this issue Apr 22, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@bzorn
Copy link
Collaborator

bzorn commented Apr 22, 2024

Instead of a user writing

def("INFO", env.files, ...)

the user would say:

modeldef("INFO", "NL describing criteria", env.files) and the model would determine which of the files in the current folder/repo would be useful in the query.

Or maybe this would just be implicit in the NL description (as a header parameter like "model-chooses-content: True"

@bzorn bzorn added the enhancement New feature or request label Apr 22, 2024
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
None yet
Development

No branches or pull requests

1 participant