Update README.md

Clarify planned features, we wouldn't want the model to have free access
to read any file in the system.
This commit is contained in:
Matt Low 2023-11-23 17:44:57 +00:00
parent a2bd911ac8
commit 303c4193cb
1 changed files with 3 additions and 1 deletions

View File

@ -6,10 +6,12 @@ Current features:
- Perform one-shot prompts with `lmcli prompt <message>` - Perform one-shot prompts with `lmcli prompt <message>`
- Manage persistent conversations with the `new`, `reply`, `view`, and `rm` - Manage persistent conversations with the `new`, `reply`, `view`, and `rm`
sub-commands. sub-commands.
- Syntax highlighted output
Planned features: Planned features:
- Ask questions about content received on stdin - Ask questions about content received on stdin
- "functions" to allow reading (and possibly writing) to local files - "functions" to allow reading (and possibly writing) to files within the
current working directory
Maybe features: Maybe features:
- Natural language image generation, iterative editing - Natural language image generation, iterative editing