This commit is contained in:
Timothy Jaeryang Baek
2025-08-04 15:23:43 +04:00
parent 5db60ca34f
commit e8696c63fe
3 changed files with 6 additions and 9 deletions

View File

@@ -283,7 +283,7 @@ class Loader:
):
api_base_url = self.kwargs.get("DATALAB_MARKER_API_BASE_URL", "")
if not api_base_url or api_base_url.strip() == "":
api_base_url = "https://www.datalab.to/api/v1/marker"
api_base_url = "https://www.datalab.to/api/v1"
loader = DatalabMarkerLoader(
file_path=file_path,