diff --git a/README.md b/README.md index e2c8f1c2..0b3b004a 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ A local alternative to ChatGPT's "Advanced Data Analysis" (previously "Code Inte - 💻 Code execution - Directly execute code (shell and Python) in your local environment. - - Allows use of cli tools like `gh` to access GitHub, `curl` to access the web, etc. + - Lets the assistant use commandline tools to work with files, access the web, etc. - Executed code maintains state in a REPL-like manner. - 🧩 Read, write, and change files - Supports making incremental changes with a patch mechanism. @@ -45,6 +45,9 @@ A local alternative to ChatGPT's "Advanced Data Analysis" (previously "Code Inte - Commands have their output fed back to the agent, allowing it to self-correct. - 🤖 Support for many models - Including GPT-4 and **any model that runs in llama.cpp** +- ✨ Many smaller features to ensure a great experience + - Tab completion + - Automatic naming of conversations 🚧 In progress: