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
Timothy Jaeryang Baek
4fe97d8794
feat: channel/thread @ model
2025-09-17 00:49:44 -05:00
Timothy Jaeryang Baek
e6da38464b
refac: ENABLE_ADMIN_WORKSPACE_CONTENT_ACCESS renamed to BYPASS_ADMIN_ACCESS_CONTROL
2025-08-21 13:08:22 +04:00
Classic298
d8c4dd6f79
Fix admin model access ( #17 )
...
* Update models.py
* Update models.py
* Update models.py
* Update ollama.py
* Update openai.py
* Update models.py
* Update openai.py
* Update ollama.py
2025-08-11 23:23:44 +02:00
Timothy Jaeryang Baek
55ad48d1c3
feat: ENABLE_ADMIN_WORKSPACE_CONTENT_ACCESS
...
Co-Authored-By: Classic298 <27028174+Classic298@users.noreply.github.com>
2025-08-06 01:44:52 +04:00
Timothy Jaeryang Baek
bcfb4d1e43
refac
2025-07-28 13:12:38 +04:00
Timothy Jaeryang Baek
c1e4139e5c
feat: model sync endpoint
2025-07-28 13:06:05 +04:00
Timothy Jaeryang Baek
811e1f92b1
refac
2025-03-03 21:27:48 -08:00
Timothy Jaeryang Baek
3468dda556
refac: rm unused api endpoint
2025-03-03 19:33:55 -08:00
Timothy Jaeryang Baek
cd088b2f71
fix
2025-01-29 21:32:07 -08:00
Timothy Jaeryang Baek
a8f2919e9e
fix : #9003
2025-01-29 21:31:18 -08:00
tarmst
751a61a364
Adding more checks for write access. Adding accessRoles to Model & Knowledge creation
2025-01-27 18:11:52 +00:00
Timothy Jaeryang Baek
dd6de749d5
fix: model update access
2025-01-23 10:40:49 -08:00
Timothy Jaeryang Baek
d3d161f723
wip
2024-12-10 00:54:13 -08:00