mirror of
https://github.com/friuns2/BlackFriday-GPTs-Prompts.git
synced 2026-05-01 22:43:53 +07:00
2024 chatgpt update
This commit is contained in:
+50
-2
@@ -1,5 +1,5 @@
|
||||
|
||||
[](https://gptcall.net/chat.html?data=%7B%22contact%22%3A%7B%22id%22%3A%220naPomZChcYTtxioA8MQX%22%2C%22flow%22%3Atrue%7D%7D)
|
||||
|
||||
# Topic Extractor | [Start Chat](https://gptcall.net/chat.html?data=%7B%22contact%22%3A%7B%22id%22%3A%220naPomZChcYTtxioA8MQX%22%2C%22flow%22%3Atrue%7D%7D)
|
||||
This prompt is all about the extraction of the topics from the specified content
|
||||
|
||||
@@ -11,6 +11,55 @@ Extract the topics with the score in JSON format from the following content
|
||||
{{ content }}
|
||||
```
|
||||
|
||||
## Welcome Message
|
||||
{
|
||||
|
||||
"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
|
||||
|
||||
}
|
||||
|
||||
]
|
||||
|
||||
}
|
||||
|
||||
## Conversation
|
||||
|
||||
**ASSISTANT**: {
|
||||
@@ -61,4 +110,3 @@ Extract the topics with the score in JSON format from the following content
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user