Merge pull request #980 from 0x9be00ff1/fix-presence-penalty-step

[Fix] adjust presence_penalty step 0.1
This commit is contained in:
Yifei Zhang 2023-04-22 00:43:44 +08:00 committed by GitHub
commit 56d098c317
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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) =>