wip: access control backend

This commit is contained in:
Timothy Jaeryang Baek
2024-11-15 01:29:07 -08:00
parent b80ec76435
commit 2ab5b2fd71
8 changed files with 282 additions and 52 deletions

View File

@@ -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,