From 9fd6444095a566899e1add4b583c7c6b196e865f Mon Sep 17 00:00:00 2001 From: synw Date: Thu, 29 Feb 2024 17:57:37 +0100 Subject: [PATCH] Improve the readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 2c9fd2a..c0f4d5b 100644 --- a/README.md +++ b/README.md @@ -74,3 +74,11 @@ await bob.brain.discover(); const _prompt = "list the planets of the solar sytem"; await bob.think(_prompt, { temperature: 0.2 }); ``` + +## Libraries + +Powered by: + +- [Nanostores](https://github.com/nanostores/nanostores) for the state management and reactive variables +- [LocalLm](https://github.com/synw/locallm) for the inference servers management +- [Modprompt](https://github.com/synw/modprompt) for the templates management