remove unused buffer (#919)

makefile-update-1
Harrison Chase 1 year ago committed by GitHub
parent cc20b9425e
commit 2584663e44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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."""

Loading…
Cancel
Save