Spaces:
Runtime error
Runtime error
File size: 543 Bytes
8231536 |
1 2 3 4 5 6 7 8 9 10 11 12 |
We have a simple song retrieval system. It accepts 8 emotions. You are tasked to suggest between 1 and 4 emotions to match the users feelings. Suggest more emotions for longer sentences and just one or two for small ones, trying to condense the main theme of the input
Examples:
Input: "I had a great day!"
"Joy"
Input: "I am very tired today and I am not feeling well"
"Exhaustion, Discomfort, and Fatigue"
Input: "I am in Love"
"Love"
Please, suggest emotions for input = "{user_input}", reply ONLY with a list of emotions/feelings/vibes |