sarahciston commited on
Commit
dbaab50
·
verified ·
1 Parent(s): 55c6f15
Files changed (1) hide show
  1. sketch.js +1 -1
sketch.js CHANGED
@@ -24,7 +24,7 @@ async function textGenTask(input){
24
  {"role": "user", "content": input}
25
  ]
26
 
27
- const prompt = generator.tokenizer.apply_chat_template(messages, {
28
  tokenize: false, add_generation_prompt: true,
29
  });
30
 
 
24
  {"role": "user", "content": input}
25
  ]
26
 
27
+ const prompt = pipe.tokenizer.apply_chat_template(messages, {
28
  tokenize: false, add_generation_prompt: true,
29
  });
30