diff --git a/studio/frontend/src/features/chat/chat-settings-sheet.tsx b/studio/frontend/src/features/chat/chat-settings-sheet.tsx index b14482308a..508194c061 100644 --- a/studio/frontend/src/features/chat/chat-settings-sheet.tsx +++ b/studio/frontend/src/features/chat/chat-settings-sheet.tsx @@ -331,6 +331,7 @@ export function ChatSettingsPanel({ max={2} step={0.05} onChange={set("repetitionPenalty")} + displayValue={params.repetitionPenalty === 1 ? "Off" : undefined} /> {!isGguf && (