coyotte508 HF staff commited on
Commit
848b3be
1 Parent(s): 11b1247
Files changed (1) hide show
  1. index.html +1 -0
index.html CHANGED
@@ -114,6 +114,7 @@ Describe the process from the beginning
114
  for await (const output of hf.textGenerationStream({
115
  model,
116
  inputs: prompt,
 
117
  }, {
118
  use_cache: false
119
  })) {
 
114
  for await (const output of hf.textGenerationStream({
115
  model,
116
  inputs: prompt,
117
+ parameters: { max_new_tokens: 250 }
118
  }, {
119
  use_cache: false
120
  })) {