diff --git a/README.md b/README.md index bc9b28c..26c3b24 100644 --- a/README.md +++ b/README.md @@ -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 -`, and persisted conversations are underway. +Current features: +- Perform one-shot prompts with `lmcli prompt ` +- 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