feat: add ai-compatible API endpoints

This commit is contained in:
Sebastian
2026-04-22 17:21:43 +08:00
committed by jxxghp
parent 460b386004
commit 097dff13a3
8 changed files with 1048 additions and 3 deletions
+1 -1
View File
@@ -11,6 +11,7 @@ from .monitoring import *
from .plugin import *
from .response import *
from .rule import *
from .openai import *
from .servarr import *
from .servcookie import *
from .site import *
@@ -23,4 +24,3 @@ from .transfer import *
from .user import *
from .workflow import *
from .mcp import *