An open API service indexing awesome lists of open source software.

https://github.com/insign/summarize-with-ai

Adds a little button to summarize articles, news, and similar content using the OpenAI API (gpt-4o-mini model). The button only appears on pages detected as articles or news.
https://github.com/insign/summarize-with-ai

Last synced: over 1 year ago
JSON representation

Adds a little button to summarize articles, news, and similar content using the OpenAI API (gpt-4o-mini model). The button only appears on pages detected as articles or news.

Awesome Lists containing this project

README

          

# Summarize with AI (OpenAI/Gemini)

- Adds a little button to summarize articles, news, and similar content.
- Uses the OpenAI API (gpt-4o-mini model because it is fast and cheap)
- Or Google Gemini API (gemini-2.0-flash-exp model because it is fast, cheap and powerful)
- The buttons only appear on pages detected as articles or news.
- Asks for an OpenAI/Gemini API key on first use.
- The summary is displayed in the user language independently of the original article.

## Installation

1. Install tampermonkey extension or similar for Safari/iOS
2. Head to the [repository](https://greasyfork.org/en/scripts/509192-summarize-with-ai) then choose to install
3. After install visit any article/site and be happy
4. Sometimes check for updates, if found a bug open an [issue](https://github.com/insign/summarize-with-ai)

> Say thanks by starring in [GitHub](https://github.com/insign/summarize-with-ai)
> in [GreasyFork](https://greasyfork.org/en/scripts/509192-summarize-with-ai) :)

## License

Licensed under [DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE](./LICENSE)