in databao/configs/llm.py [0:0]
def list_all(cls) -> list[LLMConfig]: return [config for name, config in vars(cls).items() if name.isupper()]