mirror of
https://github.com/wowlikon/LiB.git
synced 2026-03-22 08:03:38 +00:00
ограничение векторного поиска, смена llm и проверка объёма ОЗУ
This commit is contained in:
@@ -21,7 +21,7 @@ $(document).ready(() => {
|
||||
showLoadingState();
|
||||
|
||||
Promise.all([
|
||||
Api.get("/api/users?skip=0&limit=100"),
|
||||
Api.get("/api/users/?skip=0&limit=100"),
|
||||
Api.get("/api/users/roles"),
|
||||
])
|
||||
.then(([usersData, rolesData]) => {
|
||||
|
||||
Reference in New Issue
Block a user