Skip to content

Commit

Permalink
fix: bypass context length option using wrong values
Browse files Browse the repository at this point in the history
  • Loading branch information
Vali-98 committed Nov 1, 2024
1 parent 935ac1b commit 80e6a24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/AppSettingsMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ const AppSettingsMenu = () => {

<SwitchWithDescription
title="Bypass Context Length"
value={printContext}
onValueChange={setPrintContext}
value={bypassContextLength}
onValueChange={setBypassContextLength}
description="Ignores context length limits when building prompts"
/>

Expand Down

0 comments on commit 80e6a24

Please sign in to comment.