Update llm/prompts.yaml
Browse files- llm/prompts.yaml +2 -0
llm/prompts.yaml
CHANGED
@@ -1,3 +1,5 @@
|
|
|
|
|
|
1 |
# Add more examples of the template here, id should be an interval from 1 to 100_000
|
2 |
# The description provides a basic overview of the template, the description should include the level of difficulty,
|
3 |
# the name of the prompting method and end with the word "prompt", e.g. "simple short prompt" or "simple zero-shot thought chain prompt
|
|
|
1 |
+
# https://www.promptingguide.ai/techniques/
|
2 |
+
|
3 |
# Add more examples of the template here, id should be an interval from 1 to 100_000
|
4 |
# The description provides a basic overview of the template, the description should include the level of difficulty,
|
5 |
# the name of the prompting method and end with the word "prompt", e.g. "simple short prompt" or "simple zero-shot thought chain prompt
|