From 771fab1dd8ca1040377400731bffa728845e6cb2 Mon Sep 17 00:00:00 2001 From: "Edward J. Schwartz" Date: Fri, 8 Nov 2024 12:36:17 -0500 Subject: [PATCH] docs: update langchainpy.md with proper model name (#7527) --- docs/tutorials/langchainpy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/langchainpy.md b/docs/tutorials/langchainpy.md index 06543a07..359d3cbd 100644 --- a/docs/tutorials/langchainpy.md +++ b/docs/tutorials/langchainpy.md @@ -10,7 +10,7 @@ This sounds like a typical censored response, but even llama2-uncensored gives a So let's figure out how we can use **LangChain** with Ollama to ask our question to the actual document, the Odyssey by Homer, using Python. -Let's start by asking a simple question that we can get an answer to from the **Llama2** model using **Ollama**. First, we need to install the **LangChain** package: +Let's start by asking a simple question that we can get an answer to from the **Llama3** model using **Ollama**. First, we need to install the **LangChain** package: `pip install langchain_community`