mirror of
https://github.com/open-webui/open-webui.git
synced 2026-08-28 05:27:35 +00:00
chore: format
This commit is contained in:
parent
06c169f73f
commit
0c7908b9f2
1 changed files with 1 additions and 3 deletions
|
|
@ -635,9 +635,7 @@ class MistralLoader:
|
|||
ocr_response = await self._process_ocr_async(session, self._get_file_data_url())
|
||||
documents = self._process_results(ocr_response)
|
||||
total_time = time.time() - start_time
|
||||
log.info(
|
||||
f'Async OCR workflow completed in {total_time:.2f}s, produced {len(documents)} documents'
|
||||
)
|
||||
log.info(f'Async OCR workflow completed in {total_time:.2f}s, produced {len(documents)} documents')
|
||||
return documents
|
||||
|
||||
# 1. Upload file with streaming
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue