diff --git a/app/components/model-config.tsx b/app/components/model-config.tsx index 9fd4677e..f82027dc 100644 --- a/app/components/model-config.tsx +++ b/app/components/model-config.tsx @@ -60,7 +60,7 @@ export function ModelConfigList(props: { onChange={(e) => { props.updateConfig( (config) => - (config.temperature = ModalConfigValidator.top_p( + (config.top_p = ModalConfigValidator.top_p( e.currentTarget.valueAsNumber, )), );