MarcosFRGames commited on
Commit
0ec2b53
·
verified ·
1 Parent(s): cc625d5

Update app.py

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