From d148106d0676bfd69921e3ceef2790abf271a82e Mon Sep 17 00:00:00 2001 From: Kirill Kovalchuk Date: Thu, 2 Mar 2023 23:17:13 +1100 Subject: [PATCH] Added roadmap to readme --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..883b6ba --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +Roadmap +=== + +- [] Nicer REPL (formatting, colors etc) +- [] Enhancements to `gogpt config` command: more configurable options (max tokens, temperature etc) +- [] Configurable prompts (i.e. "Write me in the style of " where user only needs to type and ) +- [] REPL Sessions (make pass previous context in the next request, i.e. ask something, hit enter, ask to elaborate on previous response) +- [] REPL History (up/down arrows) +- [] REPL Ctrl+Enter to enter a new line +- [] REPL Option+B / Option+F to jump words, Ctrl+W to delete backward, etc, all the shell goodies to navigate (or vim-like nav?) +- [] REPL Completions and commands, i.e. something like what postgresql has, or redis, i.e. being able to type `\config renderer=markdown`, or `\prompt ...`