We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb77dd6 commit b0754c7Copy full SHA for b0754c7
1 file changed
README.md
@@ -52,13 +52,14 @@ Estimated cost (usd): $0.0016
52
- [x] Summarize text with a single API call
53
- [x] Summarize webpages with a single API call
54
- [x] Summarize Youtube videos with a single API call
55
-- [ ] Summarize text file with a single API call
+- [ ] Summarize basic plain text file with a single API call
56
+- [ ] Summarize rich text file with a single API call
57
+- [ ] Summarize audio with a single API call
58
- [x] Report number of tokens + cost per request
59
- [x] Sync APIs
60
- [x] Async APIs - **much faster than the sync api**
61
- [x] CLI
-- [ ] Summarize audio with a single API call
-- [ ] CI/CD to publish to automatically PyPI
62
+- [x] CI/CD to publish to automatically PyPI
63
64
## Caveats
65
0 commit comments