mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-21 14:18:52 +00:00
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:
parent
09fbce13c5
commit
130e80b60f
@ -601,7 +601,7 @@
|
|||||||
"relevant documents, constructs a prompt, passes that to a model, and\n",
|
"relevant documents, constructs a prompt, passes that to a model, and\n",
|
||||||
"parses the output.\n",
|
"parses the output.\n",
|
||||||
"\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",
|
"or `ChatModel` could be substituted in.\n",
|
||||||
"\n",
|
"\n",
|
||||||
"```{=mdx}\n",
|
"```{=mdx}\n",
|
||||||
|
Loading…
Reference in New Issue
Block a user