Skip to content

Commit

Permalink
Merge branch 'main' into add-speech-recognition
Browse files Browse the repository at this point in the history
  • Loading branch information
nsarrazin authored Jan 9, 2025
2 parents 7523576 + 36e2dd4 commit 611441b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/AssistantSettings.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@
name="repetition_penalty"
min="0.1"
max="2"
step="0.1"
step="0.05"
class="w-20 rounded-lg border-2 border-gray-200 bg-gray-100 px-2 py-1"
placeholder={selectedModel?.parameters?.repetition_penalty?.toString() ?? "1.0"}
value={assistant?.generateSettings?.repetition_penalty ?? ""}
Expand Down

0 comments on commit 611441b

Please sign in to comment.