export type AIModelType = {
    model: string;
    label: string;
    description?: string;
};
