export type RotorSettings = {
    language: string;
    diversity: string;
    mood: number;
    energy: number;
};
