Update README.md

This commit is contained in:
Matt Low 2023-11-14 04:33:24 +00:00
parent 90d85e676d
commit dd5f166767
1 changed files with 12 additions and 3 deletions

View File

@ -1,9 +1,18 @@
# lmcli
`lmcli` is a (Large) Language Model (and maybe other types of models) CLI.
`lmcli` is a (Large) Language Model CLI.
It currently allows you to perform one-shot prompts with `lmcli prompt
<message>`, and persisted conversations are underway.
Current features:
- Perform one-shot prompts with `lmcli prompt <message>`
- Manage persistent conversations with the `new`, `reply`, `view`, and `rm`
sub-commands.
Planned features:
- Ask questions about content received on stdin
- "functions" to allow reading (and possibly writing) to local files
Maybe features:
- Natural language image generation, iterative editing
## Install