Improve code example indent (#10490)

This commit is contained in:
Renze Yu 2023-09-14 05:59:10 +08:00 committed by GitHub
parent bcf130c07c
commit a34510536d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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()