mirror of
https://github.com/friuns2/BlackFriday-GPTs-Prompts.git
synced 2026-04-30 22:13:55 +07:00
Added new GPTs for Black Friday
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
|
||||
[]()
|
||||
# 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
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user