Added llm tests to the local test set.

This commit is contained in:
Adam Fourney
2024-12-17 12:13:19 -08:00
parent ad5d4fb139
commit 248d64edd0
9 changed files with 39 additions and 3 deletions

View File

@@ -39,6 +39,7 @@ dependencies = [
"SpeechRecognition",
"pathvalidate",
"charset-normalizer",
"openai",
]
[project.urls]
@@ -77,3 +78,6 @@ exclude_lines = [
"if __name__ == .__main__.:",
"if TYPE_CHECKING:",
]
[tool.hatch.build.targets.sdist]
only-include = ["src/markitdown"]