From 61e7c94537824355201ac43be1e26bde6a4bc107 Mon Sep 17 00:00:00 2001 From: Massaki Archambault Date: Tue, 6 Feb 2024 19:16:13 -0500 Subject: [PATCH] fix typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 47f686e..d4dc031 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ A quick prototype to self-host [LibreChat](https://github.com/danny-avila/LibreC ### Prerequisites -* Linux (WSL2 untested) +* Linux (WSL2 is untested) * An AMD 7xxx series GPU (technically optional, Ollama will fallback to using the CPU but it will be very slow. Other GPUS are supported but the deployment must be modified to use them) * docker * docker-compose @@ -81,7 +81,7 @@ becomes: ## Architecture components -* [LibreChat](https://github.com/danny-avila/LibreChat) is a ChatGPT clone with support. It is deployed alongside a [MongoDB](https://github.com/mongodb/mongo) database and [Meillisearch](https://github.com/meilisearch/meilisearch) for search. It is exposed on http://localhost:3080/. +* [LibreChat](https://github.com/danny-avila/LibreChat) is a ChatGPT clone with support for multiple AI endpoints. It's deployed alongside a [MongoDB](https://github.com/mongodb/mongo) database and [Meillisearch](https://github.com/meilisearch/meilisearch) for search. It's exposed on http://localhost:3080/. * [LiteLLM](https://github.com/BerriAI/litellm) is an OpenAI-like API. It is exposed on http://localhost:8000/ without any authentication by default. * [Ollama](https://github.com/ollama/ollama) manages and serve the local models.