浏览代码

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

[Fix] adjust presence_penalty step 0.1
Yifei Zhang 1 年之前
父节点
当前提交
56d098c317
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/components/settings.tsx

+ 1 - 1
app/components/settings.tsx

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