Explorar o código

fix: #159 temperature should range 0 - 2

Yifei Zhang %!s(int64=2) %!d(string=hai) anos
pai
achega
380f818285
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/components/settings.tsx

+ 1 - 1
app/components/settings.tsx

@@ -389,7 +389,7 @@ export function Settings(props: { closeSettings: () => void }) {
               type="range"
               value={config.modelConfig.temperature.toFixed(1)}
               min="0"
-              max="1"
+              max="2"
               step="0.1"
               onChange={(e) => {
                 updateConfig(