parent page
This commit is contained in:
parent
21dd0ac81b
commit
d2017a05e2
|
|
@ -1,14 +1,6 @@
|
|||
---
|
||||
layout: default
|
||||
title: "Core Abstraction"
|
||||
nav_order: 3
|
||||
nav_order: 2
|
||||
has_children: true
|
||||
---
|
||||
|
||||
## Core Abstraction
|
||||
|
||||
- [Node](./node.md)
|
||||
- [Flow](./flow.md)
|
||||
- [Communication](./communication.md)
|
||||
- [Batch](./batch.md)
|
||||
- [Async](./async.md)
|
||||
---
|
||||
|
|
@ -20,11 +20,6 @@ We model the LLM workflow as a **Nested Flow**:
|
|||
<img src="https://github.com/zachary62/miniLLMFlow/blob/main/assets/minillmflow.jpg?raw=true" width="400"/>
|
||||
</div>
|
||||
|
||||
## Preparation
|
||||
|
||||
- [LLM Integration](./llm.md)
|
||||
- [Tools](./tool.md)
|
||||
|
||||
## Core Abstraction
|
||||
|
||||
- [Node](./node.md)
|
||||
|
|
@ -33,6 +28,11 @@ We model the LLM workflow as a **Nested Flow**:
|
|||
- [Batch](./batch.md)
|
||||
- [Async](./async.md)
|
||||
|
||||
## Preparation
|
||||
|
||||
- [LLM Integration](./llm.md)
|
||||
- Tools
|
||||
|
||||
## Paradigm Implementation
|
||||
|
||||
- Task Decomposition
|
||||
|
|
|
|||
|
|
@ -1,7 +1,8 @@
|
|||
---
|
||||
layout: default
|
||||
title: "LLM Integration"
|
||||
nav_order: 2
|
||||
parent: "Preparation"
|
||||
nav_order: 1
|
||||
---
|
||||
|
||||
# LLM Wrappers
|
||||
|
|
|
|||
|
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
layout: default
|
||||
title: "Preparation"
|
||||
nav_order: 3
|
||||
has_children: true
|
||||
---
|
||||
Loading…
Reference in New Issue