diff --git a/docs/pages/Guides/How-to-use-different-LLM.md b/docs/pages/Guides/How-to-use-different-LLM.md index 9a135176..f514cbb4 100644 --- a/docs/pages/Guides/How-to-use-different-LLM.md +++ b/docs/pages/Guides/How-to-use-different-LLM.md @@ -24,9 +24,12 @@ You can omit the keys if users provide their own. Ensure you set `LLM_NAME` and - manifest ([More details](https://python.langchain.com/docs/integrations/llms/manifest)) - cohere ([More details](https://docs.cohere.com/docs/llmu)) - llama.cpp ([More details](https://python.langchain.com/docs/integrations/llms/llamacpp)) -- huggingface (Choose any model inside application/llm/huggingface.py or pass llm_name on init, loads Arc53/DocsGPT-7B by default) +- huggingface (Arc53/DocsGPT-7B by default) - sagemaker ([Mode details](https://aws.amazon.com/sagemaker/)) + +Note: for huggingface you can choose any model inside application/llm/huggingface.py or pass llm_name on init, loads + **Options for `EMBEDDINGS_NAME`:** - openai_text-embedding-ada-002 - huggingface_sentence-transformers/all-mpnet-base-v2