coyotte508 HF staff commited on
Commit
2aecb80
β€’
1 Parent(s): f00349e

πŸ› Model only returns output

Browse files
src/routes/conversation/[id]/+page.svelte CHANGED
@@ -30,6 +30,7 @@
30
  watermark: false,
31
  max_new_tokens: 1024,
32
  stop: ['<|endoftext|>'],
 
33
  }
34
  },
35
  {
 
30
  watermark: false,
31
  max_new_tokens: 1024,
32
  stop: ['<|endoftext|>'],
33
+ return_full_text: false
34
  }
35
  },
36
  {