Skip to content

Commit

Permalink
docs: improved README
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed Oct 31, 2023
1 parent 50b00a0 commit 285b0d5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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:

Expand Down

0 comments on commit 285b0d5

Please sign in to comment.