diff --git a/src/lib/components/chat/Settings/Advanced.svelte b/src/lib/components/chat/Settings/Advanced.svelte index 41ad69f33..5c70dc56a 100644 --- a/src/lib/components/chat/Settings/Advanced.svelte +++ b/src/lib/components/chat/Settings/Advanced.svelte @@ -516,7 +516,7 @@ class="p-1 px-3 text-xs flex rounded transition" type="button" on:click={() => { - options.num_predict = options.num_predict === '' ? 256 : ''; + options.num_predict = options.num_predict === '' ? 128 : ''; }} > {#if options.num_predict === ''} @@ -533,7 +533,7 @@