From ece9aa36eac72693a2cea228e7a88a5916a79819 Mon Sep 17 00:00:00 2001 From: Adam Date: Thu, 30 Jan 2025 00:35:40 +0100 Subject: [PATCH] Updated documentation --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 28f701f..6194b81 100644 --- a/README.md +++ b/README.md @@ -15,13 +15,13 @@ The `llmtranslate` library is a Python tool that leverages LangChain's [ChatMode ## Installation -**Important** To ensure proper dependency management, install the required libraries in the
**following order**: +To ensure proper dependency management, install the required libraries **in the following order**: -1. Install LangChain [ChatModels](https://python.langchain.com/docs/integrations/chat/) libraries for your preferred LLM. For example: +1. Install LangChain chat libraries for your preferred LLM. For example: ```bash pip install langchain-openai ``` - +For other LLM integrations, refer to [LangChain ChatModels documentation.](https://python.langchain.com/docs/integrations/chat/) 2. Install the `llmtranslate` library: ```bash pip install llmtranslate