Spaces:
Runtime error
Runtime error
zetavg
commited on
Commit
•
faa8dd3
1
Parent(s):
fe7c9d2
add templates/user_and_ai.json
Browse files
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 |
+
}
|