Skip to content

Commit

Permalink
increase limit
Browse files Browse the repository at this point in the history
  • Loading branch information
gempir committed Mar 3, 2024
1 parent 3901b59 commit ac1a91e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/components/George/George.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export function George() {
<div className="flex justify-center align-middle pt-2">
Line Limit
</div>
<input type="number" placeholder="Max Tokens" name="limit" defaultValue={"100"} className="w-full bg-gray-800 p-2 rounded mt-2" />
<input type="number" placeholder="Max Tokens" name="limit" defaultValue={"300"} className="w-full bg-gray-800 p-2 rounded mt-2" />
</div>
</div>
<input type="text" placeholder="Query" name="query" className="w-full bg-gray-800 p-2 rounded resize-none" />
Expand Down

0 comments on commit ac1a91e

Please sign in to comment.