Skip to content

Commit

Permalink
lower ConversationBufferWindowMemory (#495)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Clifford <mcliffor@redhat.com>
  • Loading branch information
MichaelClifford authored May 15, 2024
1 parent 50a7974 commit 0df104d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def get_models():

@st.cache_resource()
def memory():
memory = ConversationBufferWindowMemory(return_messages=True,k=10)
memory = ConversationBufferWindowMemory(return_messages=True,k=3)
return memory

model_name = ""
Expand Down

0 comments on commit 0df104d

Please sign in to comment.