remove unused buffer (#919)

This commit is contained in:
Harrison Chase
2023-02-06 20:31:30 -08:00
committed by GitHub
parent cc20b9425e
commit 2584663e44

View File

@@ -27,7 +27,6 @@ class ConversationChain(LLMChain, BaseModel):
input_key: str = "input" #: :meta private:
output_key: str = "response" #: :meta private:
buffer: str = "" #: :meta private:
class Config:
"""Configuration for this pydantic object."""