studio: show "Off" for repetition penalty = 1 (#4349)
This commit is contained in:
parent
c00a993a68
commit
ee6f057cc2
1 changed files with 1 additions and 0 deletions
|
|
@ -331,6 +331,7 @@ export function ChatSettingsPanel({
|
|||
max={2}
|
||||
step={0.05}
|
||||
onChange={set("repetitionPenalty")}
|
||||
displayValue={params.repetitionPenalty === 1 ? "Off" : undefined}
|
||||
/>
|
||||
{!isGguf && (
|
||||
<ParamSlider
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue