enabled callout

This commit is contained in:
zachary62 2025-01-02 01:34:01 +00:00
parent 8d1313a8cc
commit a8c4720c2f
1 changed files with 6 additions and 2 deletions

View File

@ -22,8 +22,10 @@ We model the LLM workflow as a **Nested Directed Graph**:
<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 } {: .note }
> Have questions? Chat with [AI Assistant](https://chatgpt.com/g/g-677464af36588191b9eba4901946557b-mini-llm-flow-assistant)
## Core Abstraction ## Core Abstraction
@ -40,8 +42,10 @@ We model the LLM workflow as a **Nested Directed Graph**:
- [LLM Wrapper](./llm.md) - [LLM Wrapper](./llm.md)
- [Tool](./tool.md) - [Tool](./tool.md)
> We do not provide built-in implementation for low-level details
{: .warning } {: .warning }
> We do not provide built-in implementation for low-level details. Example implementations are provided as reference.
## High-Level Paradigm ## High-Level Paradigm