From cde222242db51103f019239c1485f4da126e879f Mon Sep 17 00:00:00 2001 From: synw Date: Thu, 29 Feb 2024 17:58:27 +0100 Subject: [PATCH] Minor fix in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c0f4d5b..d638df0 100644 --- a/README.md +++ b/README.md @@ -80,5 +80,5 @@ await bob.think(_prompt, { temperature: 0.2 }); 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 +- [Locallm](https://github.com/synw/locallm) for the inference servers management +- [Modprompt](https://github.com/synw/modprompt) for the prompt templates management