From 397a5bdc8bc13fa5091c4cbca78d439462480b29 Mon Sep 17 00:00:00 2001 From: zachary62 Date: Sat, 25 Jan 2025 05:50:24 +0000 Subject: [PATCH] cache retry doc --- docs/llm.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/llm.md b/docs/llm.md index 3a1967b..eb0bfb5 100644 --- a/docs/llm.md +++ b/docs/llm.md @@ -54,8 +54,8 @@ def call_llm(prompt): ``` > ⚠️ Caching conflicts with Node retries, as retries yield the same result. - -To address this, you could use cached results only if not retried. +> +> To address this, you could use cached results only if not retried. {: .warning }