mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-01-01 05:14:20 +01:00
Added prompt techniques
This commit is contained in:
2
forge/autogpt/prompts/techniques/chain-of-thought.j2
Normal file
2
forge/autogpt/prompts/techniques/chain-of-thought.j2
Normal file
@@ -0,0 +1,2 @@
|
||||
{% block prompt %} {% endblock %}
|
||||
Let's work this out in a step by step way to be sure we have the right answer.
|
||||
5
forge/autogpt/prompts/techniques/few-shot.j2
Normal file
5
forge/autogpt/prompts/techniques/few-shot.j2
Normal file
@@ -0,0 +1,5 @@
|
||||
{% block prompt %} {% endblock %}
|
||||
Examples:
|
||||
{% for example in examples %}
|
||||
- {{ example }}
|
||||
{% endfor %}
|
||||
Reference in New Issue
Block a user