Spaces:
Sleeping
Sleeping
Commit
·
dbbd1cf
1
Parent(s):
efc260b
short 40->60
Browse files
utils.py
CHANGED
@@ -56,7 +56,7 @@ class PersonaConverter:
|
|
56 |
)
|
57 |
|
58 |
short = (
|
59 |
-
"You're attempting to provide a concise response within a
|
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):
|