export type RotorSettings2 = {
    language: string;
    diversity: string;
    moodEnergy: string;
};
