From ebe049b605173d9122b64f0a964d0933f4400adf Mon Sep 17 00:00:00 2001 From: cce <51567+cce@users.noreply.github.com> Date: Fri, 6 Dec 2024 23:16:14 -0500 Subject: [PATCH] pass context_paragraph_limit option --- book_maker/cli.py | 1 + 1 file changed, 1 insertion(+) diff --git a/book_maker/cli.py b/book_maker/cli.py index f768440..ee91108 100644 --- a/book_maker/cli.py +++ b/book_maker/cli.py @@ -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