mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 12:25:20 +00:00
Update docling endpoint
This commit is contained in:
parent
2470da8336
commit
4bc054a347
1 changed files with 1 additions and 1 deletions
|
|
@ -181,7 +181,7 @@ class DoclingLoader:
|
|||
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)
|
||||
|
||||
if r.ok:
|
||||
|
|
|
|||
Loading…
Reference in a new issue