In the tutorial the, llm is instantiated under the variable name model. But while creating the createStuffDocumentsChain in the following steps, the variable name referred is llm.
The issue comes in because the variable llm exists in python documentation and the same is copied here in js documentation
Fixes # (issue)
Refer the correct variable name
In the tutorial the, llm is instantiated under the variable name
model
. But while creating the createStuffDocumentsChain in the following steps, the variable name referred isllm
.The issue comes in because the variable llm exists in python documentation and the same is copied here in js documentation Fixes # (issue)