enabled callout

This commit is contained in:
zachary62 2025-01-02 00:56:39 +00:00
parent 4b76b8c185
commit 309f6f849f
2 changed files with 9 additions and 18 deletions

View File

@ -22,17 +22,3 @@ mermaid:
# Default configuration # Default configuration
config: | config: |
directionLR directionLR
callouts:
warning:
title: Warning
color: red
note:
title: Note
color: blue
important:
title: Important
color: yellow
tip:
title: Tip
color: green

View File

@ -17,12 +17,17 @@ We model the LLM workflow as a **Nested Directed Graph**:
- **Batch** Nodes/Flows for data-intensive tasks. - **Batch** Nodes/Flows for data-intensive tasks.
- **Async** Nodes/Flows allow waits or **Parallel** execution - **Async** Nodes/Flows allow waits or **Parallel** execution
Have questions? Chat with [AI Assistant](https://chatgpt.com/g/g-677464af36588191b9eba4901946557b-mini-llm-flow-assistant)
> **Note:** Have questions? Chat with [AI Assistant](https://chatgpt.com/g/g-677464af36588191b9eba4901946557b-mini-llm-flow-assistant)
{: .note }
<div align="center"> <div align="center">
<img src="https://github.com/zachary62/miniLLMFlow/blob/main/assets/minillmflow.jpg?raw=true" width="400"/> <img src="https://github.com/zachary62/miniLLMFlow/blob/main/assets/minillmflow.jpg?raw=true" width="400"/>
</div> </div>
## Core Abstraction ## Core Abstraction
- [Node](./node.md) - [Node](./node.md)
@ -34,12 +39,12 @@ Have questions? Chat with [AI Assistant](https://chatgpt.com/g/g-677464af3658819
## Low-Level Details ## Low-Level Details
> **Note:** We do not provide implementation.
{: .note }
- [LLM Wrapper](./llm.md) - [LLM Wrapper](./llm.md)
- [Tool](./tool.md) - [Tool](./tool.md)
> **Note:** We do not provide implementation for low-level details.
{: .note }
## High-Level Paradigm ## High-Level Paradigm
- [Structured Output](./structure.md) - [Structured Output](./structure.md)