tmartinez commited on
Commit
9fd65cd
1 Parent(s): 2f2ee73

Update app.py

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