from django.apps import AppConfig class GatewayConfig(AppConfig): name = "apps.gateway" verbose_name = "사내 LLM(FabriX) 게이트웨이"