{#if settingsState.isPanelOpen}

Model Parameters

{#each parameterKeys as key} {@const range = PARAMETER_RANGES[key]} {@const value = getValue(key)} {@const isDefault = value === getDefaultValue(key)}
{formatValue(key, value)}
handleSliderChange(key, e)} disabled={!settingsState.useCustomParameters} class="h-1.5 w-full cursor-pointer appearance-none rounded-lg bg-theme-tertiary disabled:cursor-not-allowed [&::-webkit-slider-thumb]:h-3 [&::-webkit-slider-thumb]:w-3 [&::-webkit-slider-thumb]:appearance-none [&::-webkit-slider-thumb]:rounded-full [&::-webkit-slider-thumb]:bg-sky-500 disabled:[&::-webkit-slider-thumb]:bg-theme-muted" title={PARAMETER_DESCRIPTIONS[key]} />

{PARAMETER_DESCRIPTIONS[key]}

{/each}
{/if}