MarcosFRGames commited on
Commit
383bd19
·
verified ·
1 Parent(s): 98de3f0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ from concurrent.futures import ThreadPoolExecutor
16
  app = Flask(__name__)
17
  logging.basicConfig(level=logging.INFO)
18
 
19
- MAX_CONTEXT_TOKENS = 1024 * 8
20
  MAX_GENERATION_TOKENS = 1024 * 8
21
 
22
  with open('engines.json', 'r') as f:
 
16
  app = Flask(__name__)
17
  logging.basicConfig(level=logging.INFO)
18
 
19
+ MAX_CONTEXT_TOKENS = 1024 * 16
20
  MAX_GENERATION_TOKENS = 1024 * 8
21
 
22
  with open('engines.json', 'r') as f: