djmuted commited on
Commit
a6f6678
1 Parent(s): a0c7931
Files changed (1) hide show
  1. src/utils.js +1 -1
src/utils.js CHANGED
@@ -73,7 +73,7 @@ function splitJsonArray(jsonArray, maxLength) {
73
  let currentChunk = [];
74
  let currentLength = 2; // Accounts for the opening and closing square brackets in the JSON array
75
 
76
- const jail = '(OOC: This is only a part of the context, reply only "understood")';
77
  const assistant = "\n\nAssistant: ";
78
 
79
  const addObjectToChunk = (object, chunk) => {
 
73
  let currentChunk = [];
74
  let currentLength = 2; // Accounts for the opening and closing square brackets in the JSON array
75
 
76
+ const jail = '(OOC: This is just a part of the context, reply only with "OOC: understood")';
77
  const assistant = "\n\nAssistant: ";
78
 
79
  const addObjectToChunk = (object, chunk) => {