From de0e1d3e104041977f7deb4eeba49c8869e5cf62 Mon Sep 17 00:00:00 2001 From: Senthil Kumar N <89689985+IamSenthilKumar@users.noreply.github.com> Date: Tue, 31 Oct 2023 23:41:27 +0530 Subject: [PATCH] Fix Guide to use other LLMS --- docs/pages/Guides/How-to-use-different-LLM.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/pages/Guides/How-to-use-different-LLM.md b/docs/pages/Guides/How-to-use-different-LLM.md index 6c7e08a9..da7c18ad 100644 --- a/docs/pages/Guides/How-to-use-different-LLM.md +++ b/docs/pages/Guides/How-to-use-different-LLM.md @@ -19,11 +19,14 @@ You can omit the keys if users provide their own. Ensure you set `LLM_NAME` and ## Step 2: Choose Your Models **Options for `LLM_NAME`:** -- OpenAI ([More details](https://platform.openai.com/docs/models)) +- openai ([More details](https://platform.openai.com/docs/models)) +- anthropic ([More details](https://docs.anthropic.com/claude/reference/selecting-a-model)) - manifest ([More details](https://python.langchain.com/docs/integrations/llms/manifest)) - cohere ([More details](https://docs.cohere.com/docs/llmu)) +- Arc53/DocsGPT-7B ([More details](https://huggingface.co/Arc53/DocsGPT-7B)) - Arc53/docsgpt-14b ([More details](https://huggingface.co/Arc53/docsgpt-14b)) - Arc53/docsgpt-7b-falcon ([More details](https://huggingface.co/Arc53/docsgpt-7b-falcon)) +- Arc53/docsgpt-40b-falcon ([More details](https://huggingface.co/Arc53/docsgpt-40b-falcon)) - llama.cpp ([More details](https://python.langchain.com/docs/integrations/llms/llamacpp)) **Options for `EMBEDDINGS_NAME`:**