mirror of
https://github.com/yihong0618/bilingual_book_maker.git
synced 2025-06-05 19:15:34 +00:00
pass context_paragraph_limit option
This commit is contained in:
parent
b42a33d9a8
commit
ebe049b605
@ -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),
|
prompt_config=parse_prompt_arg(options.prompt_arg),
|
||||||
single_translate=options.single_translate,
|
single_translate=options.single_translate,
|
||||||
context_flag=options.context_flag,
|
context_flag=options.context_flag,
|
||||||
|
context_paragraph_limit=options.context_paragraph_limit,
|
||||||
temperature=options.temperature,
|
temperature=options.temperature,
|
||||||
)
|
)
|
||||||
# other options
|
# other options
|
||||||
|
Loading…
x
Reference in New Issue
Block a user