UI: update context upper limit to 200000
This commit is contained in:
parent
f7145544f9
commit
131a5212ce
3 changed files with 3 additions and 3 deletions
|
@ -43,7 +43,7 @@ settings = {
|
|||
'seed': -1,
|
||||
'truncation_length': 2048,
|
||||
'truncation_length_min': 0,
|
||||
'truncation_length_max': 32768,
|
||||
'truncation_length_max': 200000,
|
||||
'max_tokens_second': 0,
|
||||
'custom_stopping_strings': '',
|
||||
'custom_token_bans': '',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue