From dd5f1667670b63a5469717a059c5604db1d1c382 Mon Sep 17 00:00:00 2001 From: Matt Low Date: Tue, 14 Nov 2023 04:33:24 +0000 Subject: [PATCH] Update README.md --- README.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) 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