From c0a38581c909a671a80c3a4fb588bae4f8670f90 Mon Sep 17 00:00:00 2001 From: Benjamin Klieger Date: Sun, 15 Sep 2024 19:03:43 -0700 Subject: [PATCH] add assistant message prompt breakdown --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 5bf4007..26e9320 100644 --- a/README.md +++ b/README.md @@ -122,6 +122,11 @@ In all-caps to improve prompt compliance by emphesizing the importance of the in +Finally, after the problem is added as a user message, an assistant message is loaded to provide a standardized starting point for the LLM's generation. + +> Assistant: Thank you! I will now think step by step following my instructions, starting at the beginning after decomposing the problem + + ### Credits This app was developed by [Benjamin Klieger](https://x.com/benjaminklieger).