CTA_Maker_2G / tone_formulas.py
JeCabrera's picture
Upload 5 files
483f068 verified
tone_settings = {
"Ninguno": {
"description": "Natural response without specific tone adjustments",
"style": "direct and simple",
"keywords": ["clear", "direct", "simple", "natural"]
},
"Profesional": {
"description": "Formal and business-oriented tone",
"style": "formal and strategic",
"keywords": ["professional", "strategic", "effective", "measurable"]
},
"Humor": {
"description": "Fun and light-hearted tone",
"style": "casual and entertaining",
"keywords": ["funny", "playful", "relaxed", "informal"]
},
"Sarcasmo": {
"description": "Witty and clever tone",
"style": "ironic but friendly",
"keywords": ["ironic", "witty", "clever", "provocative"]
},
"cachondo": {
"description": "Suggestive and playful tone",
"style": "teasing but elegant",
"keywords": ["seductive", "attractive", "tempting", "suggestive"]
},
"Creativo": {
"description": "Imaginative and original tone",
"style": "innovative and unique",
"keywords": ["creative", "original", "imaginative", "artistic"]
},
"Emocional": {
"description": "Empathetic and moving tone",
"style": "close and personal",
"keywords": ["emotional", "sincere", "inspiring", "touching"]
}
}