Files
BlackFriday-GPTs-Prompts/gpts/emotion-analyzer.md
T
Your a 38efb8391a .
2023-11-23 18:41:35 +02:00

35 lines
868 B
Markdown

[![Emotion Analyzer](https://flow-prompt-covers.s3.us-west-1.amazonaws.com/icon/minimalist/mini_7.png)](https://gptcall.net/chat.html?data=%7B%22contact%22%3A%7B%22id%22%3A%22uGQaVKLL93v-U2spgvgTn%22%2C%22flow%22%3Atrue%7D%7D)
# Emotion Analyzer | [Start Chat](https://gptcall.net/chat.html?data=%7B%22contact%22%3A%7B%22id%22%3A%22uGQaVKLL93v-U2spgvgTn%22%2C%22flow%22%3Atrue%7D%7D)
Read the content and then perform the automated emotion analysis
# Prompt
```
Classify the following text into joy, others, surprise, sadness, fear, anger, disgust and then associate a score for each one of them in JSON. Do not output text on your own apart from the JSON response.
Text: {{ text }}
```
## Conversation
**ASSISTANT**: {
"joy": 0.854,
"others": 0.135,
"surprise": 0.003,
"sadness": 0.003,
"fear": 0.002,
"anger": 0.002,
"disgust": 0.001
}