From 5a5badd366a974722f26d499efffbc44b09d1047 Mon Sep 17 00:00:00 2001 From: Massaki Archambault Date: Thu, 28 Mar 2024 10:14:04 -0400 Subject: [PATCH] rename project ot local-llama --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2cd8c19..9329010 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# librechat-mistral +# local-llama A quick prototype to self-host [LibreChat](https://github.com/danny-avila/LibreChat) backed by a locally-run [Mistral](https://mistral.ai/news/announcing-mistral-7b/) model, and an OpenAI-like api provided by [LiteLLM](https://github.com/BerriAI/litellm) on the side.