Sarah Ciston commited on
Commit
e8e2063
·
1 Parent(s): 28962fb
Files changed (1) hide show
  1. sketch.js +1 -1
sketch.js CHANGED
@@ -129,7 +129,7 @@ new p5(function(p5){
129
  // Do model stuff in this function instead of in general
130
  PROMPT = promptInput.value() // updated check of the prompt field
131
 
132
- BLANKS = inputValues // get ready to feed array list into model
133
 
134
  PREPROMPT = `Please return an array of sentences. In each sentence, fill in the [BLANK] in the following sentence with each word I provide in the array ${inputValues}. Replace any [FILL] with an appropriate word of your choice.`
135
 
 
129
  // Do model stuff in this function instead of in general
130
  PROMPT = promptInput.value() // updated check of the prompt field
131
 
132
+ // BLANKS = inputValues // get ready to feed array list into model
133
 
134
  PREPROMPT = `Please return an array of sentences. In each sentence, fill in the [BLANK] in the following sentence with each word I provide in the array ${inputValues}. Replace any [FILL] with an appropriate word of your choice.`
135