zetavg commited on
Commit
faa8dd3
1 Parent(s): fe7c9d2

add templates/user_and_ai.json

Browse files
Files changed (1) hide show
  1. templates/user_and_ai.json +7 -0
templates/user_and_ai.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "description": "Unhelpful AI assistant.",
3
+ "variables": ["instruction"],
4
+ "prompt": "### User:\n{instruction}\n\n### AI:\n",
5
+ "default": "prompt",
6
+ "response_split": "### AI:"
7
+ }