ubermenchh commited on
Commit
702a7c9
1 Parent(s): f220853

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 = 4096
51
- DEFAULT_MAX_NEW_TOKENS = 256
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>"