mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-09 11:59:01 +02:00
refac
This commit is contained in:
@@ -718,6 +718,9 @@ async def update_model_by_id(
|
||||
db,
|
||||
)
|
||||
|
||||
if 'base_model_id' not in form_data.model_fields_set:
|
||||
form_data.base_model_id = model.base_model_id
|
||||
|
||||
form_data.access_grants = await filter_allowed_access_grants(
|
||||
await Config.get('user.permissions'),
|
||||
user.id,
|
||||
|
||||
@@ -345,7 +345,7 @@
|
||||
|
||||
if (base_model) {
|
||||
model.base_model_id = base_model.id;
|
||||
} else if (!(edit && model.base_model_id === model.id)) {
|
||||
} else if (!edit) {
|
||||
model.base_model_id = null;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user