Spaces:
Running
on
T4
Running
on
T4
Fix chat completions endpoint
Browse files- adapter.json +6 -0
adapter.json
CHANGED
@@ -1,3 +1,9 @@
|
|
1 |
{
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
"add_sd_negative_prompt":"Child"
|
3 |
}
|
|
|
1 |
{
|
2 |
+
"system_start":"",
|
3 |
+
"system_end":"",
|
4 |
+
"user_start":"\n### Instruction:\n",
|
5 |
+
"user_end":"",
|
6 |
+
"assistant_start":"\n### Response:\n",
|
7 |
+
"assistant_end":""
|
8 |
"add_sd_negative_prompt":"Child"
|
9 |
}
|