diff options
author | Oxbian <oxbian@mailbox.org> | 2025-03-02 21:55:42 -0500 |
---|---|---|
committer | Oxbian <oxbian@mailbox.org> | 2025-03-02 21:55:42 -0500 |
commit | b9061a3e652cb7594397c38cd0078a47ddab960a (patch) | |
tree | 7c98344ea6cf8d35aa1ebdd586d6dd4dd9e4d7ad /README.md | |
parent | e4eaecc8ce7fb3e84977c41597eff80edd4d73c7 (diff) | |
download | NAI-b9061a3e652cb7594397c38cd0078a47ddab960a.tar.gz NAI-b9061a3e652cb7594397c38cd0078a47ddab960a.zip |
fix: readme, screenshot...
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 |