Kastg commited on
Commit
63a02b3
·
verified ·
1 Parent(s): dc3b7a9

Update constants/models.py

Browse files
Files changed (1) hide show
  1. constants/models.py +1 -1
constants/models.py CHANGED
@@ -18,7 +18,7 @@ STOP_SEQUENCES_MAP = {
18
 
19
  TOKEN_LIMIT_MAP = {
20
  "mixtral-8x7b": 32768,
21
- "nous-mixtral-8x7b": 32768,
22
  "mistral-7b": 32768,
23
  "openchat-3.5": 8192,
24
  "gemma-7b": 8192,
 
18
 
19
  TOKEN_LIMIT_MAP = {
20
  "mixtral-8x7b": 32768,
21
+ "nous-mixtral-8x7b": 327680,
22
  "mistral-7b": 32768,
23
  "openchat-3.5": 8192,
24
  "gemma-7b": 8192,