refac/fix: marker

This commit is contained in:
Timothy Jaeryang Baek
2025-08-28 03:03:31 +04:00
parent 4d7c8b4a6a
commit 2bb6063dcb
2 changed files with 3 additions and 3 deletions

View File

@@ -284,7 +284,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"
api_base_url = "https://www.datalab.to/api/v1/marker" # https://github.com/open-webui/open-webui/pull/16867#issuecomment-3218424349
loader = DatalabMarkerLoader(
file_path=file_path,