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