Skip to content

Commit

Permalink
Improve code example indent (langchain-ai#10490)
Browse files Browse the repository at this point in the history
  • Loading branch information
superyyrrzz authored Sep 13, 2023
1 parent bcf130c commit a345105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/langchain/langchain/chains/combine_documents/stuff.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit a345105

Please sign in to comment.