From a906087808351c909293b2f6a761e087fe2305ad Mon Sep 17 00:00:00 2001 From: vinid Date: Tue, 11 Jun 2024 21:59:52 -0400 Subject: [PATCH] update example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 36fc6a5..cd44c67 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ question = tg.Variable(question_string, role_description="question to the LLM", answer = model(question) ``` -> answer: To determine how long it will take to dry 30 shirts under the sun, +> :warning: answer: To determine how long it will take to dry 30 shirts under the sun, > we can use a proportional relationship based on the given information. > Here’s the step-by-step reasoning: [.....] > So, it will take 1.2 hours (or 1 hour and 12 minutes) to dry 30 shirts under the sun.