You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 05-advanced-prompts/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ There are some basic techniques that we can use to prompt an LLM. Let's explore
61
61
-**Few shot prompting**, this is the most basic form of prompting. It's a single prompt with a few examples.
62
62
-**Chain-of-thought**, this type of prompting tells the LLM how to break down a problem into steps.
63
63
-**Generated knowledge**, to improve the response of a prompt, you can provide generated facts or knowledge additionally to your prompt.
64
-
-**Least to most**, like chain-of-though, this technique is about breaking down a problem into a series of steps and then ask these steps to be performed in order.
64
+
-**Least to most**, like chain-of-thought, this technique is about breaking down a problem into a series of steps and then ask these steps to be performed in order.
65
65
-**Self-refine**, this technique is about critiquing the LLM's output and then asking it to improve.
66
66
-**Maieutic prompting**. What you want here is to ensure the LLM answer is correct and you ask it to explain various parts of the answer. This is a form of self-refine.
0 commit comments