From a9783c524bc655112122f41fcd06f5c9da0d27af Mon Sep 17 00:00:00 2001 From: qcampbel Date: Mon, 19 Aug 2024 12:40:43 -0400 Subject: [PATCH] fixed typo in readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e64a1a65..f520c334 100644 --- a/README.md +++ b/README.md @@ -36,9 +36,9 @@ Note: to distinguish Together models from the rest, you'll need to add "together ## LLM Providers By default, we support LLMs through OpenAI API. However, feel free to use other LLM providers. Make sure to install the necessary package for it. Here's list of packages required for alternative LLM providers we support: -- `pip install langchain_together` to use models from TogetherAI -- `pip install langchain_anthropic` to use models from Anthropic -- `pip install langchain_fireworks` to use models from Fireworks +- `pip install langchain-together` to use models from TogetherAI +- `pip install langchain-anthropic` to use models from Anthropic +- `pip install langchain-fireworks` to use models from Fireworks ## Contributing