Merge remote-tracking branch 'origin/master'

This commit is contained in:
Niko 2025-02-24 12:11:01 -07:00
commit 745336dd6d
No known key found for this signature in database
13 changed files with 364 additions and 178 deletions

View file

@ -304,8 +304,8 @@ impl<'a, 'b> FullParams<'a, 'b> {
/// for more information.
///
/// Defaults to false.
pub fn set_suppress_non_speech_tokens(&mut self, suppress_non_speech_tokens: bool) {
self.fp.suppress_non_speech_tokens = suppress_non_speech_tokens;
pub fn set_suppress_nst(&mut self, suppress_nst: bool) {
self.fp.suppress_nst = suppress_nst;
}
/// Set initial decoding temperature.