fixup: request params

This commit is contained in:
Yidadaa
2023-04-23 21:54:18 +08:00
parent b23adf9d5d
commit e654cee3c8
4 changed files with 13 additions and 9 deletions

View File

@@ -37,7 +37,7 @@ export function ModelConfigList(props: {
<InputRange
value={props.modelConfig.temperature?.toFixed(1)}
min="0"
max="2"
max="1" // lets limit it to 0-1
step="0.1"
onChange={(e) => {
props.updateConfig(