diff --git a/docs/docs/tutorials/rag.ipynb b/docs/docs/tutorials/rag.ipynb index 6ac5a6e55b6..e12b9a10264 100644 --- a/docs/docs/tutorials/rag.ipynb +++ b/docs/docs/tutorials/rag.ipynb @@ -601,7 +601,7 @@ "relevant documents, constructs a prompt, passes that to a model, and\n", "parses the output.\n", "\n", - "We’ll use the gpt-3.5-turbo OpenAI chat model, but any LangChain `LLM`\n", + "We’ll use the gpt-4o-mini OpenAI chat model, but any LangChain `LLM`\n", "or `ChatModel` could be substituted in.\n", "\n", "```{=mdx}\n",