mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 04:15:25 +00:00
Merge pull request #15785 from bekzod/patch-1
BREAKING CHANGE: Update docling endpoint
This commit is contained in:
commit
dcade8cdf8
1 changed files with 1 additions and 1 deletions
|
|
@ -181,7 +181,7 @@ class DoclingLoader:
|
||||||
if lang.strip()
|
if lang.strip()
|
||||||
]
|
]
|
||||||
|
|
||||||
endpoint = f"{self.url}/v1alpha/convert/file"
|
endpoint = f"{self.url}/v1/convert/file"
|
||||||
r = requests.post(endpoint, files=files, data=params)
|
r = requests.post(endpoint, files=files, data=params)
|
||||||
|
|
||||||
if r.ok:
|
if r.ok:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue