sarahciston commited on
Commit
24d97c1
·
verified ·
1 Parent(s): 2628cff
Files changed (1) hide show
  1. sketch.js +1 -1
sketch.js CHANGED
@@ -66,7 +66,7 @@ async function textGenTask(pre, prompts){
66
 
67
  // Create concatenated prompt array including preprompt and all variable prompts
68
  // let promptArray = []
69
- let PROMPTS = input.unshift(pre) //adds the preprompt to the front of the prompts list
70
 
71
  // // Fill in blanks from our sample prompt and make new prompts using our variable list 'blanksArray'
72
  // blanks.forEach(b => {
 
66
 
67
  // Create concatenated prompt array including preprompt and all variable prompts
68
  // let promptArray = []
69
+ let PROMPTS = prompts.unshift(pre) //adds the preprompt to the front of the prompts list
70
 
71
  // // Fill in blanks from our sample prompt and make new prompts using our variable list 'blanksArray'
72
  // blanks.forEach(b => {