tmartinez commited on
Commit
6517013
1 Parent(s): 0b57026

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ If you do not understand a question or topic ask clarifying questions. Your answ
34
  """
35
 
36
  # Formatting function for message and history
37
- def format_message(message: str, history: list, memory_limit: int = 3) -> str:
38
  """
39
  Formats the message and history for the Llama model.
40
 
 
34
  """
35
 
36
  # Formatting function for message and history
37
+ def format_message(message: str, history: list, memory_limit: int = 20) -> str:
38
  """
39
  Formats the message and history for the Llama model.
40