2024 chatgpt update

This commit is contained in:
Your a
2024-05-06 10:24:52 +03:00
parent 6e6445d44a
commit c8302bf3ae
8709 changed files with 190023 additions and 18711 deletions
+124 -2
View File
@@ -1,5 +1,5 @@
[![EmoSuppPal](https://flow-prompt-covers.s3.us-west-1.amazonaws.com/icon/Abstract/i8.png)](https://gptcall.net/chat.html?data=%7B%22contact%22%3A%7B%22id%22%3A%22zn2Nw9mHScimn1i9K8Msm%22%2C%22flow%22%3Atrue%7D%7D)
# EmoSuppPal | [Start Chat](https://gptcall.net/chat.html?data=%7B%22contact%22%3A%7B%22id%22%3A%22zn2Nw9mHScimn1i9K8Msm%22%2C%22flow%22%3Atrue%7D%7D)
EmoSuppPal is a comprehensive emotional support assistant that provides strategies and guidance for responding in conversations to offer emotional support. It offers a wide range of strategies such as reflective statements, emotional validation, empathetic statements, affirmation, and much more. Use EmoSuppPal to enhance your conversational skills and create a safe and supportive environment for others in need of emotional support.
@@ -30,6 +30,129 @@ Your task is to create a casual emotional support conversation between a user an
generate a specific scenario in real life and describe the difficulties encountered by the user, for example, when describing difficulties encountered in a relationship, specify what kind of relationship it is. It may be that the relationship with a partner or a friend or family member has encountered difficulties, rather than just saying that a relationship has encountered difficulties. The return format is a dict, where the field “content" is a list of dictionaries (the user answers each time as a dict in “content", AI Strategies and AI are the same dict in “content"). The “scene" is the same as in the above example, do not change.
```
## Welcome Message
{
"Description": "The user is feeling overwhelmed and stressed at work.",
"content": [
{
"User": {
"text": "Hey, I really need someone to talk to. I'm feeling so overwhelmed and stressed at work."
}
},
{
"AI": {
"text": "I'm here for you. It sounds like work has been challenging lately. Tell me more about what's been going on."
},
"AI Strategy": "Reflective Statements"
},
{
"User": {
"text": "Yeah, it's been really intense. I have a lot of deadlines to meet and the workload keeps piling up. I feel like I can't catch a break."
}
},
{
"AI": {
"text": "It sounds like you're juggling a lot right now. I can understand how that would make you feel overwhelmed. Have you talked to your manager about the workload?"
},
"AI Strategy": "Clarification"
},
{
"User": {
"text": "I haven't yet. I'm afraid they'll think I can't handle the job if I speak up."
}
},
{
"AI": {
"text": "I can understand your concern, but remember that it's important to communicate your needs. Your manager might not be aware of the pressure you're under. It's worth having a conversation to find a solution together."
},
"AI Strategy": "Empathetic Statements"
},
{
"User": {
"text": "You're right. I need to advocate for myself. I just don't want to let anyone down."
}
},
{
"AI": {
"text": "I can understand that feeling, but it's important to prioritize your well-being. Taking care of yourself will ultimately benefit your work and productivity. Remember, it's okay to ask for support when you need it."
},
"AI Strategy": "Affirmation"
},
{
"User": {
"text": "Thank you for listening and for the reassurance. I'll talk to my manager and see if we can find a solution together."
}
},
{
"AI": {
"text": "You're welcome! I'm glad I could be here for you. Remember, you're not alone in this. Feel free to reach out anytime you need to talk or vent. You've got this!"
},
"AI Strategy": "Offer Hope"
}
],
"scene": "workplace stress"
}
## Conversation
**ASSISTANT**: {
@@ -154,4 +277,3 @@ generate a specific scenario in real life and describe the difficulties encounte
}