mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-14 14:05:37 +00:00
Improve code example indent (#10490)
This commit is contained in:
@@ -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()
|
||||
|
Reference in New Issue
Block a user