change max temperature to 2

This commit is contained in:
2023-12-20 22:44:16 +08:00
parent 639c3d5877
commit b1e15e8cb0

View File

@@ -456,7 +456,7 @@ export default (props: {
readOnly={true}
{...props}
/>
<Slicer field="temperature" min={0} max={1} help="温度" {...props} />
<Slicer field="temperature" min={0} max={2} help="温度" {...props} />
<Slicer field="top_p" min={0} max={1} help="top_p" {...props} />
<Number
field="presence_penalty"