diff options
Diffstat (limited to 'examples/server/webui/src/utils')
-rw-r--r-- | examples/server/webui/src/utils/app.context.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/server/webui/src/utils/app.context.tsx b/examples/server/webui/src/utils/app.context.tsx index 378e24dd..ce81fccd 100644 --- a/examples/server/webui/src/utils/app.context.tsx +++ b/examples/server/webui/src/utils/app.context.tsx @@ -200,6 +200,7 @@ export const AppContextProvider = ({ typical_p: config.typical_p, xtc_probability: config.xtc_probability, xtc_threshold: config.xtc_threshold, + top_n_sigma: config.top_n_sigma, repeat_last_n: config.repeat_last_n, repeat_penalty: config.repeat_penalty, presence_penalty: config.presence_penalty, |