Sarah Ciston commited on
Commit
cb1ef38
·
1 Parent(s): ca77853

fix syntax

Browse files
Files changed (1) hide show
  1. sketch.js +1 -1
sketch.js CHANGED
@@ -27,7 +27,7 @@ var PROMPT = `${promptInput}`
27
  // for num of inputs put in list
28
  var inputArray = [`${maskInputA}`, `${maskInputB}`, `${maskInputC}`]
29
 
30
- function async runModel(){
31
  // Chat completion API
32
  const out = await inference.chatCompletion({
33
  model: MODELNAME,
 
27
  // for num of inputs put in list
28
  var inputArray = [`${maskInputA}`, `${maskInputB}`, `${maskInputC}`]
29
 
30
+ async function runModel(){
31
  // Chat completion API
32
  const out = await inference.chatCompletion({
33
  model: MODELNAME,