Henk717 commited on
Commit
f50fc00
1 Parent(s): bdcc377

Fix chat completions endpoint

Browse files
Files changed (1) hide show
  1. 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
  }