acumplido commited on
Commit
fe586f2
1 Parent(s): e742531

max_new_tokens increased

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ from urllib.error import HTTPError
7
  from rag import RAG
8
  from utils import setup
9
 
10
- MAX_NEW_TOKENS = 300
11
  SHOW_MODEL_PARAMETERS_IN_UI = os.environ.get("SHOW_MODEL_PARAMETERS_IN_UI", default="True") == "True"
12
 
13
  setup()
 
7
  from rag import RAG
8
  from utils import setup
9
 
10
+ MAX_NEW_TOKENS = 700
11
  SHOW_MODEL_PARAMETERS_IN_UI = os.environ.get("SHOW_MODEL_PARAMETERS_IN_UI", default="True") == "True"
12
 
13
  setup()