package vip.mate.llm.model; import lombok.Data; @Data public class ActiveModelsInfo { private ModelSlotConfig activeLlm; }