From 303c4193cb13ae1271d263ec6bbbc905a29adba2 Mon Sep 17 00:00:00 2001 From: Matt Low Date: Thu, 23 Nov 2023 17:44:57 +0000 Subject: [PATCH] Update README.md Clarify planned features, we wouldn't want the model to have free access to read any file in the system. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9bc6889..803c6c0 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,12 @@ Current features: - Perform one-shot prompts with `lmcli prompt ` - Manage persistent conversations with the `new`, `reply`, `view`, and `rm` sub-commands. +- Syntax highlighted output Planned features: - 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: - Natural language image generation, iterative editing