change max temperature to 2
This commit is contained in:
@@ -456,7 +456,7 @@ export default (props: {
|
|||||||
readOnly={true}
|
readOnly={true}
|
||||||
{...props}
|
{...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} />
|
<Slicer field="top_p" min={0} max={1} help="top_p" {...props} />
|
||||||
<Number
|
<Number
|
||||||
field="presence_penalty"
|
field="presence_penalty"
|
||||||
|
|||||||
Reference in New Issue
Block a user