doc format

This commit is contained in:
zachary62 2025-01-12 03:12:18 +00:00
parent ebb5167683
commit d4d2f9ffda
2 changed files with 4 additions and 2 deletions

View File

@ -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 apps needs and workflow.

View File

@ -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 }