Improve code example indent (#10490)

pull/10565/head
Renze Yu 1 year ago committed by GitHub
parent bcf130c07c
commit a34510536d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save