Skip to content

Commit

Permalink
change max temperature to 2
Browse files Browse the repository at this point in the history
  • Loading branch information
heimoshuiyu committed Dec 20, 2023
1 parent 639c3d5 commit b1e15e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit b1e15e8

Please sign in to comment.