diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -11,7 +11,7 @@ be added to this AI. This project is written in Rust, so you will need `rustc` and `cargo`. Moreover, you will need a LLM API, currently only works with local -[llama.cpp](https://github.com/ggml-org/llama.cpp) API. +[ollama](https://github.com/ollama/ollama) API. ### Building & Running @@ -31,6 +31,12 @@ and there you go !  +## Feature + +- Conversation are saved inside files in JSON in this folder `conv/`, and can be reused on others LLM. +- In normal mode, conversation can be resumed by the LLM into bullet point list. +- LLM can be configured thanks to configuration files in `config/` + ## TODO - Color change if it's an user or the LLM |