julien-c HF staff OlivierDehaene commited on
Commit
61504f4
1 Parent(s): afc9e2b

missing stream=true

Browse files

thanks

@OlivierDehaene



Co-Authored-By: OlivierDehaene <23298448+OlivierDehaene@users.noreply.github.com>

Files changed (1) hide show
  1. src/routes/+page.svelte +1 -0
src/routes/+page.svelte CHANGED
@@ -32,6 +32,7 @@
32
  },
33
  body: JSON.stringify({
34
  inputs: inputs,
 
35
  parameters: {
36
  do_sample: false,
37
  max_new_tokens: 500,
 
32
  },
33
  body: JSON.stringify({
34
  inputs: inputs,
35
+ stream: true,
36
  parameters: {
37
  do_sample: false,
38
  max_new_tokens: 500,