Skip to content

Commit 1af3409

Browse files
authored
Update ChatbotMemory.py
1 parent a3d96b4 commit 1af3409

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/shortterm_memory/ChatbotMemory.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
else:
99
device:int = -1
1010

11-
MAX_MEMORY_SIZE:int = 100 #2000
11+
MAX_MEMORY_SIZE:int = 2000
1212

1313
class ChatbotMemory:
1414
def __init__(self, conv:list = []):
@@ -145,4 +145,4 @@ def memory_counter(self, conv_hist:list[str])->int:
145145
Nous sommes poussière d’étoile, brève, éphémère,\
146146
Mais dans l’éternité, notre essence prospère."
147147

148-
chat_memory.update_memory(user_input, bot_response)
148+
chat_memory.update_memory(user_input, bot_response)

0 commit comments

Comments
 (0)