Skip to content

Commit

Permalink
Sit at max, let h2oGPT decide
Browse files Browse the repository at this point in the history
  • Loading branch information
pseudotensor committed Jul 21, 2024
1 parent 0429f80 commit ac3bf0d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,7 @@
class="p-1 px-3 text-xs flex rounded transition flex-shrink-0 outline-none"
type="button"
on:click={() => {
params.max_tokens = (params?.max_tokens ?? null) === null ? 1024 : null;
params.max_tokens = (params?.max_tokens ?? null) === null ? 16384 : null;
}}
>
{#if (params?.max_tokens ?? null) === null}
Expand Down

0 comments on commit ac3bf0d

Please sign in to comment.