jupyterhub_ai_gateway.routers.gateway module#
Gateway router module.
- jupyterhub_ai_gateway.routers.gateway.create_router(config_path: str) APIRouter#
Create gateway router.
- Paramaters:
config_path (str): Path to configuration file.
- Returns:
The router.
- Return type:
APIRouter