Commit 2b57757b authored by myhloli's avatar myhloli
Browse files

fix: change default value of example files input option to true

parent 8a5e1e34
...@@ -182,7 +182,7 @@ def to_pdf(file_path): ...@@ -182,7 +182,7 @@ def to_pdf(file_path):
type=bool, type=bool,
help="Enable example files for input." help="Enable example files for input."
"The example files to be input need to be placed in the `example` folder within the directory where the command is currently executed.", "The example files to be input need to be placed in the `example` folder within the directory where the command is currently executed.",
default=False, default=True,
) )
@click.option( @click.option(
'--enable-sglang-engine', '--enable-sglang-engine',
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment