minor fine tune
This commit is contained in:
parent
309f6f849f
commit
d72757955d
|
|
@ -18,14 +18,12 @@ We model the LLM workflow as a **Nested Directed Graph**:
|
||||||
- **Async** Nodes/Flows allow waits or **Parallel** execution
|
- **Async** Nodes/Flows allow waits or **Parallel** execution
|
||||||
|
|
||||||
|
|
||||||
> **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>
|
||||||
|
|
||||||
|
> Have questions? Chat with [AI Assistant](https://chatgpt.com/g/g-677464af36588191b9eba4901946557b-mini-llm-flow-assistant)
|
||||||
|
{: .note }
|
||||||
|
|
||||||
|
|
||||||
## Core Abstraction
|
## Core Abstraction
|
||||||
|
|
@ -42,7 +40,7 @@ We model the LLM workflow as a **Nested Directed Graph**:
|
||||||
- [LLM Wrapper](./llm.md)
|
- [LLM Wrapper](./llm.md)
|
||||||
- [Tool](./tool.md)
|
- [Tool](./tool.md)
|
||||||
|
|
||||||
> **Note:** We do not provide implementation for low-level details.
|
> We do not provide implementation for low-level details
|
||||||
{: .note }
|
{: .note }
|
||||||
|
|
||||||
## High-Level Paradigm
|
## High-Level Paradigm
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue