Spaces:
Sleeping
Sleeping
Commit
·
702a7c9
1
Parent(s):
f220853
Update app.py
Browse files
app.py
CHANGED
@@ -47,8 +47,8 @@ DEFAULT_SYSTEM_PROMPT = """
|
|
47 |
each token you produce is another opportunity to use computation, therefore you always spend a few sentences explaining background context,
|
48 |
assumptions, and step-by-step thinking BEFORE you try to answer a question.
|
49 |
"""
|
50 |
-
MAX_MAX_NEW_TOKENS =
|
51 |
-
DEFAULT_MAX_NEW_TOKENS =
|
52 |
MAX_INPUT_TOKEN_LENGTH = 4000
|
53 |
|
54 |
DESCRIPTION = "# <h1>He's just Jarvis. ;)</h1>"
|
|
|
47 |
each token you produce is another opportunity to use computation, therefore you always spend a few sentences explaining background context,
|
48 |
assumptions, and step-by-step thinking BEFORE you try to answer a question.
|
49 |
"""
|
50 |
+
MAX_MAX_NEW_TOKENS = 10240
|
51 |
+
DEFAULT_MAX_NEW_TOKENS = 4096
|
52 |
MAX_INPUT_TOKEN_LENGTH = 4000
|
53 |
|
54 |
DESCRIPTION = "# <h1>He's just Jarvis. ;)</h1>"
|