Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
Update query limit to 10/day in free tier
Browse files Browse the repository at this point in the history
  • Loading branch information
sabaimran committed Nov 25, 2023
1 parent 745fe64 commit 6501853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Pricing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const Pricing = () => {
<ul className='card-content'>
<li className='card-content'>Text-based AI chat</li>
<li className='card-content'>Up to 10 MB of data storage</li>
<li className='card-content'>5 queries per day</li>
<li className='card-content'>10 queries per day</li>
</ul>
</div>
<div className='cta'>
Expand Down

0 comments on commit 6501853

Please sign in to comment.