mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-16 03:47:49 +01:00
wip: access control backend
This commit is contained in:
@@ -993,7 +993,7 @@ async def get_all_models():
|
||||
|
||||
models.append(
|
||||
{
|
||||
"id": custom_model.id,
|
||||
"id": f"open-webui-{custom_model.id}",
|
||||
"name": custom_model.name,
|
||||
"object": "model",
|
||||
"created": custom_model.created_at,
|
||||
|
||||
Reference in New Issue
Block a user