From 43f26405e818aec791b28c50373843851fe1320e Mon Sep 17 00:00:00 2001 From: Oxbian Date: Tue, 4 Mar 2025 21:15:42 -0500 Subject: feat: routing request --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 675421e..96795fd 100644 --- a/README.md +++ b/README.md @@ -36,9 +36,19 @@ and there you go ! - 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/` +- Requests are routed thanks to the LLM to other expert LLM. Code questions are send to a code expert, wikipedia questions are send to a system which provide better factual response. ## TODO - Color change if it's an user or the LLM - Async request to the LLM API - Start the real fun + +## Inspiration and reason + +Why in Rust ? + +Because I wanted to learn Rust, and the language is fast and powerful. + + +- [WilmerAI](https://github.com/SomeOddCodeGuy/WilmerAI/) a system where all the inferences are routed to others expert LLM. -- cgit v1.2.3