export interface IGenAiModel {
    uuid: string;
    name: string;
    provider?: string;
}
