api/routes/__init__.py router = APIRouter() router.include_router(models_router, prefix="/models", tags=["models"]) ... 这是 main.py 这包括他们。
確定! 回上一頁