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

28 lines
796 B
Markdown

[![Sentiment Analyzer](https://flow-prompt-covers.s3.us-west-1.amazonaws.com/icon/cute/cute_3.png)](https://gptcall.net/chat.html?data=%7B%22contact%22%3A%7B%22id%22%3A%222J_1lBVanD55AdkNHw6g_%22%2C%22flow%22%3Atrue%7D%7D)
# Sentiment Analyzer | [Start Chat](https://gptcall.net/chat.html?data=%7B%22contact%22%3A%7B%22id%22%3A%222J_1lBVanD55AdkNHw6g_%22%2C%22flow%22%3Atrue%7D%7D)
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
}