docs: rag.ipynb - fixing typo (#25142)

Just changing gpt-3.5 to gpt-4o-mini . That's what's used in the code
examples now. It just didn't get updated in the main text.
This commit is contained in:
eric-langenberg
2024-08-07 17:02:22 +01:00
committed by GitHub
parent 09fbce13c5
commit 130e80b60f

View File

@@ -601,7 +601,7 @@
"relevant documents, constructs a prompt, passes that to a model, and\n",
"parses the output.\n",
"\n",
"Well use the gpt-3.5-turbo OpenAI chat model, but any LangChain `LLM`\n",
"Well use the gpt-4o-mini OpenAI chat model, but any LangChain `LLM`\n",
"or `ChatModel` could be substituted in.\n",
"\n",
"```{=mdx}\n",