Feat/enterprise sso (#3602)

This commit is contained in:
Garfield Dai 2024-04-18 17:33:32 +08:00 committed by GitHub
commit 4481906be2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
30 changed files with 518 additions and 21 deletions

View file

@ -19,4 +19,6 @@ from .datasets import data_source, datasets, datasets_document, datasets_segment
from .explore import (audio, completion, conversation, installed_app, message, parameter, recommended_app,
saved_message, workflow)
# Import workspace controllers
from .workspace import account, members, model_providers, models, tool_providers, workspace
from .workspace import account, members, model_providers, models, tool_providers, workspace
# Import enterprise controllers
from .enterprise import enterprise_sso