2024 chatgpt update

This commit is contained in:
Your a
2024-05-06 10:24:52 +03:00
parent 6e6445d44a
commit c8302bf3ae
8709 changed files with 190023 additions and 18711 deletions
+42 -2
View File
@@ -1,5 +1,5 @@
[![Mind Map with Mermaid](https://flow-prompt-covers.s3.us-west-1.amazonaws.com/icon/minimalist/mini_13.png)](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.