Skip to content

Commit

Permalink
docs: update the todos
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmyLv committed Mar 2, 2023
1 parent a38d1c5 commit a0ae9c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ This project uses the [OpenAI GPT-3.5 API](https://openai.com/api/) (specificall

Projects like this can get expensive so in order to save costs if you want to make your own version and share it publicly, I recommend three things:

[ ] 1. Implement rate limiting so people can't abuse your site
[x] 2. Implement caching to avoid expensive AI re-generations
[x] 3. Use `text-curie-001` instead of `text-dacinci-003` in the `summarize` edge function
- [ ] 1. Implement rate limiting so people can't abuse your site
- [x] 2. Implement caching to avoid expensive AI re-generations
- [x] 3. Use `text-curie-001` instead of `text-dacinci-003` in the `summarize` edge function

## Running Locally

Expand Down

1 comment on commit a0ae9c3

@vercel
Copy link

@vercel vercel bot commented on a0ae9c3 Mar 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.