mirror of
https://github.com/open-webui/open-webui.git
synced 2026-09-08 22:21:38 +00:00
Fix: number of params in function call is mismatched with function definition
This commit is contained in:
parent
55c489146c
commit
5f5097a1ce
1 changed files with 0 additions and 1 deletions
|
|
@ -1058,7 +1058,6 @@ async def add_files_to_knowledge_batch(
|
|||
request=request,
|
||||
form_data=BatchProcessFilesForm(files=files, collection_name=id),
|
||||
user=user,
|
||||
db=db,
|
||||
)
|
||||
except Exception as e:
|
||||
log.error(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue