pass context_paragraph_limit option

This commit is contained in:
cce 2024-12-06 23:16:14 -05:00
parent b42a33d9a8
commit ebe049b605
No known key found for this signature in database

View File

@ -440,6 +440,7 @@ So you are close to reaching the limit. You have to choose your own value, there
prompt_config=parse_prompt_arg(options.prompt_arg),
single_translate=options.single_translate,
context_flag=options.context_flag,
context_paragraph_limit=options.context_paragraph_limit,
temperature=options.temperature,
)
# other options