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