feat: Initialize FastAPI AI Gateway project structure with authentication, module management, and LLM API routing.

This commit is contained in:
2026-01-28 03:24:04 +08:00
commit b88dfec5fd
26 changed files with 1691 additions and 0 deletions

1
app/models/__init__.py Normal file
View File

@@ -0,0 +1 @@
from app.models.module import Module