Spaces:
Runtime error
Runtime error
acumplid
commited on
Commit
·
72554ac
1
Parent(s):
3a280a0
Change max tokens
Browse files
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 =
|
| 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 = 300
|
| 11 |
SHOW_MODEL_PARAMETERS_IN_UI = os.environ.get("SHOW_MODEL_PARAMETERS_IN_UI", default="True") == "True"
|
| 12 |
|
| 13 |
setup()
|