add api tool

This commit is contained in:
xie7654
2025-07-11 11:00:37 +08:00
parent bd9f9c39e3
commit ec30340b43
12 changed files with 534 additions and 7 deletions

View File

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