feat: 修改drawing 为django 接口

This commit is contained in:
XIE7654
2025-10-31 22:16:55 +08:00
parent e4aa6ad18c
commit e5ec2fec56
15 changed files with 401 additions and 34 deletions

View File

@@ -5,6 +5,7 @@ __all__ = [
'KnowledgeViewSet',
'ChatConversationViewSet',
'ChatMessageViewSet',
'DrawingViewSet',
]
from ai.views.ai_api_key import AIApiKeyViewSet
@@ -12,4 +13,5 @@ from ai.views.ai_model import AIModelViewSet
from ai.views.tool import ToolViewSet
from ai.views.knowledge import KnowledgeViewSet
from ai.views.chat_conversation import ChatConversationViewSet
from ai.views.chat_message import ChatMessageViewSet
from ai.views.chat_message import ChatMessageViewSet
from ai.views.drawing import DrawingViewSet