Explorar o código

fix: adjust presence_penalty step 0.1

Zhenyu Zhu %!s(int64=2) %!d(string=hai) anos
pai
achega
4d45c07bf2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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) =>