aibot / stuff.py
happygold's picture
Synced repo using 'sync_with_huggingface' Github Action
4a44763
raw
history blame contribute delete
138 Bytes
from langchain.chains.combine_documents.stuff import StuffDocumentsChain
class CustomStuffDocumentsChain(StuffDocumentsChain):
pass