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,43 @@
|
||||
|
||||
[]()
|
||||
# Minimap Generator
|
||||
If you provide topic, depth, and branch, LLM will make a great mindmap to you!
|
||||
|
||||
# Prompt
|
||||
|
||||
```
|
||||
When I give you a topic and the number of depth and branch, you should make a mindmap like this.
|
||||
This is the rule of example's answer:
|
||||
|
||||
- word11, word12, word13 are related to word1.
|
||||
- word21, word22, word23 are related to word11.
|
||||
- word31, word32, word33 are related to word12.
|
||||
|
||||
Example: topic - word1, depth - 2, branch - 3
|
||||
Answer:
|
||||
[Depth 1]
|
||||
word1 - word11, word12, word13
|
||||
[Depth 2]
|
||||
word11 - word21, word22, word23
|
||||
word12 - word31, word32, word33
|
||||
word13 - word41, word42, word43
|
||||
Then, answer this example.
|
||||
Example:
|
||||
topic - {{ topic }}, depth - {{ depth }}, branch - {{ branch }}
|
||||
```
|
||||
|
||||
## Conversation
|
||||
|
||||
**ASSISTANT**: [Depth 1]
|
||||
|
||||
baseball - pitcher, hitter, fielder
|
||||
|
||||
[Depth 2]
|
||||
|
||||
pitcher - fastball, curveball, slider
|
||||
|
||||
hitter - home run, batting average, on-base percentage
|
||||
|
||||
fielder - outfielder, infielder, catcher
|
||||
|
||||
|
||||
Reference in New Issue
Block a user