feat: remove universal chat app (#2140)

This commit is contained in:
takatost
2024-01-23 20:31:28 +08:00
committed by GitHub
parent 86286e1ac8
commit 23e02d8eb0
4 changed files with 1 additions and 123 deletions

View File

@@ -49,6 +49,7 @@ class AppListApi(Resource):
filters = [
App.tenant_id == current_user.current_tenant_id,
App.is_universal == False
]
if args['mode'] == 'completion':