Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seatedro/readless
chrome extension to summarize selected text using gpt
https://github.com/seatedro/readless
Last synced: 3 months ago
JSON representation
chrome extension to summarize selected text using gpt
- Host: GitHub
- URL: https://github.com/seatedro/readless
- Owner: seatedro
- Created: 2024-08-01T17:05:49.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-08-07T02:39:19.000Z (6 months ago)
- Last Synced: 2024-10-10T22:26:11.564Z (3 months ago)
- Language: TypeScript
- Size: 157 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# readless
## setup
1. download the latest release from the [releases page](https://github.com/seatedro/readless/releases).
2. unzip the release.
3. load the unpacked extension in chrome as described [here](https://developer.chrome.com/docs/extensions/get-started/tutorial/hello-world#load-unpacked).#### *supports only OpenAI for now*
## Todo
- [x] get api key from storage
- [x] working app lulw
- [x] better ui
- [x] tailwind ig?
- [x] summarize on select
- [x] add summary history
- [x] stream the response
- [ ] add multiple model support (vercel ai sdk i guess)