mirror of
https://github.com/friuns2/BlackFriday-GPTs-Prompts.git
synced 2026-04-30 22:13:55 +07:00
2024 chatgpt update
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
|
||||
[](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
|
||||
|
||||
@@ -11,6 +11,25 @@ Classify the following text into joy, others, surprise, sadness, fear, anger, di
|
||||
Text: {{ text }}
|
||||
```
|
||||
|
||||
## Welcome Message
|
||||
{
|
||||
|
||||
"joy": 0.854,
|
||||
|
||||
"others": 0.135,
|
||||
|
||||
"surprise": 0.003,
|
||||
|
||||
"sadness": 0.003,
|
||||
|
||||
"fear": 0.002,
|
||||
|
||||
"anger": 0.002,
|
||||
|
||||
"disgust": 0.001
|
||||
|
||||
}
|
||||
|
||||
## Conversation
|
||||
|
||||
**ASSISTANT**: {
|
||||
@@ -31,4 +50,3 @@ Text: {{ text }}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user