mirror of
https://github.com/friuns2/BlackFriday-GPTs-Prompts.git
synced 2026-05-01 14:33:54 +07:00
Added new GPTs for Black Friday
This commit is contained in:
@@ -0,0 +1,64 @@
|
||||
|
||||
[]()
|
||||
# Topic Extractor
|
||||
This prompt is all about the extraction of the topics from the specified content
|
||||
|
||||
# Prompt
|
||||
|
||||
```
|
||||
Extract the topics with the score in JSON format from the following content
|
||||
|
||||
{{ content }}
|
||||
```
|
||||
|
||||
## Conversation
|
||||
|
||||
**ASSISTANT**: {
|
||||
|
||||
"topics": [
|
||||
|
||||
{
|
||||
|
||||
"topic": "GPT models weakness",
|
||||
|
||||
"score": 0.8
|
||||
|
||||
},
|
||||
|
||||
{
|
||||
|
||||
"topic": "Efficiently running GPT models in production",
|
||||
|
||||
"score": 0.9
|
||||
|
||||
},
|
||||
|
||||
{
|
||||
|
||||
"topic": "Advanced DevOps knowledge",
|
||||
|
||||
"score": 0.7
|
||||
|
||||
},
|
||||
|
||||
{
|
||||
|
||||
"topic": "Hardware requirements for running GPT-J efficiently",
|
||||
|
||||
"score": 0.9
|
||||
|
||||
},
|
||||
|
||||
{
|
||||
|
||||
"topic": "Using GPUs for running GPT-J efficiently",
|
||||
|
||||
"score": 0.8
|
||||
|
||||
}
|
||||
|
||||
]
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user