mirror of
https://github.com/friuns2/BlackFriday-GPTs-Prompts.git
synced 2026-05-02 06:53:53 +07:00
2024 chatgpt update
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
|
||||
[](https://gptcall.net/chat.html?data=%7B%22contact%22%3A%7B%22id%22%3A%225p34VAwAa2kWgwFvI2B6w%22%2C%22flow%22%3Atrue%7D%7D)
|
||||
|
||||
# Keyword Extractor | [Start Chat](https://gptcall.net/chat.html?data=%7B%22contact%22%3A%7B%22id%22%3A%225p34VAwAa2kWgwFvI2B6w%22%2C%22flow%22%3Atrue%7D%7D)
|
||||
This prompt is all about extracting the keywords from the specified content
|
||||
|
||||
@@ -11,6 +11,51 @@ Extract the keywords with the score in JSON format from the following content
|
||||
{{ content }}
|
||||
```
|
||||
|
||||
## Welcome Message
|
||||
Here are the keywords with their scores in JSON format:
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
{
|
||||
|
||||
"GPT models": 1,
|
||||
|
||||
"costly": 1,
|
||||
|
||||
"efficiency": 1,
|
||||
|
||||
"production": 1,
|
||||
|
||||
"DevOps knowledge": 1,
|
||||
|
||||
"GPT-J": 1,
|
||||
|
||||
"local machine": 1,
|
||||
|
||||
"CPU server": 1,
|
||||
|
||||
"GPU": 1,
|
||||
|
||||
"NVIDIA RTX A6000": 1,
|
||||
|
||||
"NVIDIA A40": 1,
|
||||
|
||||
"entity extraction": 1,
|
||||
|
||||
"time": 1,
|
||||
|
||||
"1 second": 1
|
||||
|
||||
}
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
||||
Note: The scores assigned to each keyword are not based on any specific algorithm but are set to 1 to indicate their presence in the given content.
|
||||
|
||||
## Conversation
|
||||
|
||||
**ASSISTANT**: Here are the keywords with their scores in JSON format:
|
||||
@@ -57,4 +102,3 @@ Extract the keywords with the score in JSON format from the following content
|
||||
|
||||
Note: The scores assigned to each keyword are not based on any specific algorithm but are set to 1 to indicate their presence in the given content.
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user