mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-13 16:36:06 +00:00
Improve code example indent (#10490)
This commit is contained in:
parent
bcf130c07c
commit
a34510536d
@ -38,7 +38,7 @@ class StuffDocumentsChain(BaseCombineDocumentsChain):
|
|||||||
# details.
|
# details.
|
||||||
document_prompt = PromptTemplate(
|
document_prompt = PromptTemplate(
|
||||||
input_variables=["page_content"],
|
input_variables=["page_content"],
|
||||||
template="{page_content}"
|
template="{page_content}"
|
||||||
)
|
)
|
||||||
document_variable_name = "context"
|
document_variable_name = "context"
|
||||||
llm = OpenAI()
|
llm = OpenAI()
|
||||||
|
Loading…
Reference in New Issue
Block a user