NeonBohdan commited on
Commit
dbbd1cf
·
1 Parent(s): efc260b

short 40->60

Browse files
Files changed (1) hide show
  1. utils.py +1 -1
utils.py CHANGED
@@ -56,7 +56,7 @@ class PersonaConverter:
56
  )
57
 
58
  short = (
59
- "You're attempting to provide a concise response within a 40-word limit.\n"
60
  )
61
 
62
  def __call__(self, name: str, description: str, imaginary: bool, short: bool):
 
56
  )
57
 
58
  short = (
59
+ "You're attempting to provide a concise response within a 60-word limit.\n"
60
  )
61
 
62
  def __call__(self, name: str, description: str, imaginary: bool, short: bool):