Run pre-commit
This commit is contained in:
parent
ddc1bebea4
commit
c3fa2934b9
1 changed files with 1 additions and 1 deletions
|
|
@ -1181,7 +1181,7 @@ class MarkItDown:
|
||||||
|
|
||||||
if "llm_model" not in _kwargs and self._llm_model is not None:
|
if "llm_model" not in _kwargs and self._llm_model is not None:
|
||||||
_kwargs["llm_model"] = self._llm_model
|
_kwargs["llm_model"] = self._llm_model
|
||||||
|
|
||||||
# Add the list of converters for nested processing
|
# Add the list of converters for nested processing
|
||||||
_kwargs["_parent_converters"] = self._page_converters
|
_kwargs["_parent_converters"] = self._page_converters
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue