doc format
This commit is contained in:
parent
ebb5167683
commit
d4d2f9ffda
|
|
@ -1,13 +1,14 @@
|
|||
---
|
||||
layout: default
|
||||
title: "Essay"
|
||||
title: "Design Guidance"
|
||||
parent: "Apps"
|
||||
nav_order: 1
|
||||
---
|
||||
|
||||
# LLM System Design Guidance
|
||||
|
||||
**Use LLMs to help with system design and implementation wherever possible.**
|
||||
{: .important }
|
||||
> Use LLMs to help with system design and implementation wherever possible.
|
||||
|
||||
1. **Understand Requirements**
|
||||
- Clarify the app’s needs and workflow.
|
||||
|
|
|
|||
|
|
@ -45,6 +45,7 @@ We model the LLM workflow as a **Nested Directed Graph**:
|
|||
- Chunking
|
||||
|
||||
> We do not provide built-in implementations.
|
||||
>
|
||||
> Example implementations are provided as reference.
|
||||
{: .warning }
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue