add api model

This commit is contained in:
xie7654
2025-07-11 10:24:38 +08:00
parent c6e41c92ee
commit bd9f9c39e3
12 changed files with 498 additions and 5 deletions

View File

@@ -1,5 +1,7 @@
__all__ = [
'AIApiKeyViewSet'
'AIApiKeyViewSet',
'AIModelViewSet',
]
from ai.views.ai_api_key import AIApiKeyViewSet
from ai.views.ai_api_key import AIApiKeyViewSet
from ai.views.ai_model import AIModelViewSet