Skip to content

Commit

Permalink
Merge pull request ChatGPTNextWeb#980 from 0x9be00ff1/fix-presence-pe…
Browse files Browse the repository at this point in the history
…nalty-step

[Fix] adjust presence_penalty step 0.1
  • Loading branch information
Yidadaa authored Apr 21, 2023
2 parents 4ca0ed3 + 4d45c07 commit 56d098c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,7 @@ export function Settings() {
value={config.modelConfig.presence_penalty?.toFixed(1)}
min="-2"
max="2"
step="0.5"
step="0.1"
onChange={(e) => {
updateConfig(
(config) =>
Expand Down

0 comments on commit 56d098c

Please sign in to comment.