Skip to content

Commit b3e76e6

Browse files
committed
correct text to refer to the model actually used
Signed-off-by: Jack Woehr <[email protected]>
1 parent 1d6c194 commit b3e76e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generative-ai/langchain-rag.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@
340340
"\n",
341341
"Finally, we’ll generate a response. The generative model (like GPT-4 or IBM Granite) uses the retrieved information to produce a more accurate and contextually relevant response to our questions.\n",
342342
"\n",
343-
"First, we'll establish which LLM we're going to use to generate the response. For this tutorial, we'll use IBM's Granite-3.0-8B-Instruct model."
343+
"First, we'll establish which LLM we're going to use to generate the response. For this tutorial, we'll use IBM's Granite-3-3-8B-Instruct model."
344344
]
345345
},
346346
{

0 commit comments

Comments
 (0)