mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-24 08:56:52 +01:00
Correct api-example-stream custom_stopping_strings type
This commit is contained in:
parent
7ff2cc8316
commit
bc2d02a898
@ -42,7 +42,7 @@ async def run(context):
|
||||
'early_stopping': False,
|
||||
'seed': -1,
|
||||
'add_bos_token': True,
|
||||
'custom_stopping_strings': [],
|
||||
'custom_stopping_strings': '',
|
||||
'truncation_length': 2048,
|
||||
'ban_eos_token': False,
|
||||
'skip_special_tokens': True,
|
||||
|
Loading…
Reference in New Issue
Block a user