From c46500de4e3e37028eb79377a304411650b7edc1 Mon Sep 17 00:00:00 2001 From: Matt Low Date: Wed, 29 Nov 2023 05:45:03 +0000 Subject: [PATCH] Update README.md features --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 433365f..3bba3e0 100644 --- a/README.md +++ b/README.md @@ -7,13 +7,14 @@ Current features: - Manage persistent conversations with the `new`, `reply`, `view`, and `rm` sub-commands. - Syntax highlighted output +- Tool calling, see the [Tools](#tools) section. Planned features: - Ask questions about content received on stdin -- "functions" to allow reading (and possibly writing) to files within the - current working directory +- Conversation editing Maybe features: +- Support for additional models/APIs besides just OpenAI - Natural language image generation, iterative editing ## Tools