Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Webifi committed Jul 25, 2023
1 parent 854063b commit 58afe8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/Settings.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ const chatSettingsList: ChatSetting[] = [
{
key: 'aggressiveStop',
name: 'Use aggressive stop',
title: 'Sometimes generation con continue even after a stop sequence. This will stop generation client side if generation continues after stop sequence.',
title: 'Sometimes generation can continue even after a stop sequence. This will stop generation client side if generation continues after stop sequence.',
type: 'boolean',
hide: isNotPetals
},
Expand Down

0 comments on commit 58afe8f

Please sign in to comment.