From 5f0bd9b4754903c7242a66066d4942ecd253c6ac Mon Sep 17 00:00:00 2001 From: zachary62 Date: Sat, 1 Mar 2025 01:03:05 -0500 Subject: [PATCH] indent --- docs/guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide.md b/docs/guide.md index 3516d49..401d193 100644 --- a/docs/guide.md +++ b/docs/guide.md @@ -18,7 +18,7 @@ nav_order: 1 - Output generation (e.g., producing reports, sending emails) - > **If a human can’t solve it, an LLM can’t automate it!** Before building an LLM system, thoroughly understand the problem by manually solving example inputs to develop intuition. -{: .best-practice } + {: .best-practice } 3. **Flow Design (Compute)**: Create a high-level design for the application’s flow. - Identify potential design patterns, such as Batch, Agent, or RAG.