Add --files flag #4

Open
opened 2023-11-18 22:39:49 -07:00 by mlow · 0 comments
Owner

--files should accept a list of files, read their contents, and allow the users to make prompts in the context of the contents of those files.

Initially this will only support text files and will put the entire file into the prompt. It would be nice to grow into a fairly comprehensive RAG solution at some point

E.g.
lmcli prompt --files my_code.py -- "Review this code"

--files should accept a list of files, read their contents, and allow the users to make prompts in the context of the contents of those files. Initially this will only support text files and will put the entire file into the prompt. It would be nice to grow into a fairly comprehensive RAG solution at some point E.g. ``lmcli prompt --files my_code.py -- "Review this code"``
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: mlow/lmcli#4
No description provided.