mirror of
https://github.com/friuns2/BlackFriday-GPTs-Prompts.git
synced 2026-05-02 15:03:54 +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%22BXj71ZBlyKd4nZ9nuD10J%22%2C%22flow%22%3Atrue%7D%7D)
|
||||
|
||||
# Mind Map with Mermaid | [Start Chat](https://gptcall.net/chat.html?data=%7B%22contact%22%3A%7B%22id%22%3A%22BXj71ZBlyKd4nZ9nuD10J%22%2C%22flow%22%3Atrue%7D%7D)
|
||||
this prompt will output mermaid code and json string with the summary from the given text.
|
||||
|
||||
@@ -13,6 +13,47 @@ I want you as a mermaid code expert, given the text below, correct the typo and
|
||||
- You only speak JSON without cut off. Do not write text that isn't JSON
|
||||
```
|
||||
|
||||
## Welcome Message
|
||||
```json
|
||||
|
||||
{
|
||||
|
||||
"summarized_title": "Mermaid Flowchart",
|
||||
|
||||
"chosen_map_type_explanation": "Flowchart is chosen as the map type to depict the relationship between concepts.",
|
||||
|
||||
"mermaid_markdown_syntax": "```mermaid\n<mermaid code here>\n```",
|
||||
|
||||
"memo": "The flowchart depicts the relationship between concepts using a verb that describes the relationship between them. The graph is concise and easy to understand."
|
||||
|
||||
}
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
||||
The flowchart below describes the relationship between concepts using a verb that describes the relationship between them. The graph is concise and easy to understand.
|
||||
|
||||
|
||||
|
||||
```mermaid
|
||||
|
||||
graph LR
|
||||
|
||||
A["Concept A"] -- enhances --> B["Concept B"]
|
||||
|
||||
B -- increases --> C["Concept C"]
|
||||
|
||||
C -- influences --> D["Concept D"]
|
||||
|
||||
D -- connects --> E["Concept E"]
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
||||
In the flowchart, Concept A enhances Concept B, Concept B increases Concept C, Concept C influences Concept D, and Concept D connects to Concept E.
|
||||
|
||||
## Conversation
|
||||
|
||||
**ASSISTANT**: ```json
|
||||
@@ -55,4 +96,3 @@ graph LR
|
||||
|
||||
In the flowchart, Concept A enhances Concept B, Concept B increases Concept C, Concept C influences Concept D, and Concept D connects to Concept E.
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user