Added new GPTs for Black Friday

This commit is contained in:
Your a
2023-11-23 13:00:36 +02:00
7697 changed files with 657492 additions and 69222 deletions
+27
View File
@@ -0,0 +1,27 @@
[![Sentiment Analyzer](https://flow-prompt-covers.s3.us-west-1.amazonaws.com/icon/cute/cute_3.png)]()
# Sentiment Analyzer
This prompt is all about sentiment analysis and classifying them with one of positive, neutral or negative and provide with the score
# Prompt
```
Classify the text into positive, neutral or negative with the score in JSON format:
Text: {{ text }}
Classification:
Score:
```
## Conversation
**ASSISTANT**: {
"text": "I love the prompt engineering",
"classification": "positive",
"score": 0.9754
}