Skip to content

Commit

Permalink
Blind change to fix Java test.
Browse files Browse the repository at this point in the history
  • Loading branch information
ulatekh committed Apr 3, 2024
1 parent d2eeca8 commit 3c7b4f8
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -148,6 +148,9 @@ public void tdrzEnable(boolean enable) {
tdrz_enable = enable ? CBool.TRUE : CBool.FALSE;
}

/** Regular expression matching tokens to suppress. */
public String suppress_regex;

/** Tokens to provide to the whisper decoder as an initial prompt.
* These are prepended to any existing text context from a previous call. */
public String initial_prompt;
Expand Down

0 comments on commit 3c7b4f8

Please sign in to comment.