From b9061a3e652cb7594397c38cd0078a47ddab960a Mon Sep 17 00:00:00 2001 From: Oxbian Date: Sun, 2 Mar 2025 21:55:42 -0500 Subject: fix: readme, screenshot... --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index ad694f9..675421e 100644 --- a/README.md +++ b/README.md @@ -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 ! ![Screenshot of the ui](screenshots/ui.png) +## 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 -- cgit v1.2.3