From b0754c74656d8bea4fdc3a5e7d55b0f05f812b2c Mon Sep 17 00:00:00 2001 From: Jacob Rodal <35352333+jrodal98@users.noreply.github.com> Date: Wed, 24 May 2023 19:52:09 -0700 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 089c1e3..82ebfd1 100644 --- a/README.md +++ b/README.md @@ -52,13 +52,14 @@ Estimated cost (usd): $0.0016 - [x] Summarize text with a single API call - [x] Summarize webpages with a single API call - [x] Summarize Youtube videos with a single API call -- [ ] Summarize text file with a single API call +- [ ] Summarize basic plain text file with a single API call +- [ ] Summarize rich text file with a single API call +- [ ] Summarize audio with a single API call - [x] Report number of tokens + cost per request - [x] Sync APIs - [x] Async APIs - **much faster than the sync api** - [x] CLI -- [ ] Summarize audio with a single API call -- [ ] CI/CD to publish to automatically PyPI +- [x] CI/CD to publish to automatically PyPI ## Caveats