Remove use_llm default from build_options() to prevent Click duplicate parameter warning
This commit is contained in:
@@ -80,7 +80,6 @@ def build_options(**extra: Any) -> Dict[str, Any]:
|
||||
opts.setdefault("disable_image_extraction", False)
|
||||
opts.setdefault("output_dir", marker_settings.OUTPUT_DIR)
|
||||
opts.setdefault("llm_service", DEFAULT_LLM_SERVICE)
|
||||
opts.setdefault("use_llm", DEFAULT_USE_LLM)
|
||||
|
||||
# Pass default LLM settings from environment if not explicitly provided
|
||||
if DEFAULT_OPENAI_BASE_URL:
|
||||
|
||||
Reference in New Issue
Block a user