abdullahalioo commited on
Commit
91228d1
·
verified ·
1 Parent(s): 5895a8c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -59,8 +59,8 @@ AVAILABLE_MODELS = {
59
 
60
  # Chat memory (in-memory)
61
 
62
- chat\_histories = defaultdict(list)
63
- MAX\_HISTORY = 100 # limit memory to avoid crashes
64
 
65
  # Generate response stream
66
 
 
59
 
60
  # Chat memory (in-memory)
61
 
62
+ chat_histories = defaultdict(list)
63
+ MAX_HISTORY = 100 # limit memory to avoid crashes
64
 
65
  # Generate response stream
66