Omnibus commited on
Commit
9835c49
·
verified ·
1 Parent(s): 04484a6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ def parse_action(string: str):
37
  return string[8 : idx - 1], string[idx + 13 :].strip("'").strip('"')
38
 
39
  MAX_HISTORY = 100
40
- MAX_DATA = 60000
41
 
42
  def format_prompt(message, history):
43
  prompt = "<s>"
 
37
  return string[8 : idx - 1], string[idx + 13 :].strip("'").strip('"')
38
 
39
  MAX_HISTORY = 100
40
+ MAX_DATA = 40000
41
 
42
  def format_prompt(message, history):
43
  prompt = "<s>"