mirror of
https://github.com/open-webui/open-webui
synced 2025-01-31 15:01:00 +00:00
fix format
This commit is contained in:
parent
5b616dd34f
commit
de735b3c8c
@ -499,7 +499,7 @@ async def delete_knowledge_by_id(id: str, user=Depends(get_verified_user)):
|
||||
meta=model.meta,
|
||||
params=model.params,
|
||||
access_control=model.access_control,
|
||||
is_active=model.is_active
|
||||
is_active=model.is_active,
|
||||
)
|
||||
Models.update_model_by_id(model.id, model_form)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user