fix: adjust presence_penalty step 0.1

This commit is contained in:
Zhenyu Zhu 2023-04-21 18:52:32 +08:00
parent f27a535194
commit 546bf31801

View File

@ -645,7 +645,7 @@ export function Settings() {
value={config.modelConfig.presence_penalty?.toFixed(1)} value={config.modelConfig.presence_penalty?.toFixed(1)}
min="-2" min="-2"
max="2" max="2"
step="0.5" step="0.1"
onChange={(e) => { onChange={(e) => {
updateConfig( updateConfig(
(config) => (config) =>