open-webui/backend/open_webui
silentoplayz 231d182c35 feat: move JSON model import to backend
This moves the JSON model import functionality to the backend. Instead of the frontend parsing the JSON file and sending multiple requests, it now uploads the file to a new endpoint (/api/v1/models/import), which processes the file and imports the models. This improves efficiency and provides better user feedback.
2025-09-28 18:09:58 -04:00
..
data refac: mv backend files to /open_webui dir 2024-09-04 16:54:48 +02:00
internal refactor: format 2025-08-10 22:28:31 +08:00
migrations enh: reply to message 2025-09-27 04:05:12 -05:00
models feat: add backend handling for unarchiving all chats 2025-09-28 13:25:34 -04:00
retrieval Merge pull request #17770 from Classic298/feat-milvus-diskann-support 2025-09-26 14:23:53 -05:00
routers feat: move JSON model import to backend 2025-09-28 18:09:58 -04:00
socket refac 2025-09-28 14:46:01 -05:00
static refac 2025-08-10 00:02:58 +04:00
storage refac/fix: s3 checksum validation 2025-08-21 12:44:16 +04:00
test chore: format, lint 2025-07-16 15:23:18 +09:00
utils refac 2025-09-28 14:46:01 -05:00
__init__.py Update __init__.py 2025-04-15 09:55:35 +02:00
alembic.ini fix: Alembic CLI commands from failing 2025-08-15 04:17:47 -04:00
config.py Merge pull request #17801 from Classic298/feature/notes-public-sharing-permission 2025-09-26 16:11:17 -05:00
constants.py feat: follow ups 2025-06-03 18:07:29 +04:00
env.py enh: oauth2.1 dynamic client registration 2025-09-25 00:28:13 -05:00
functions.py refac: user valves 2025-09-26 17:49:42 -05:00
main.py fix: session middleware should be required by default 2025-09-28 16:35:13 -05:00
tasks.py fix: fix error when stopping non-existent task 2025-09-04 16:52:19 +08:00