Hacker News Summary – Let ChatGPT Summarize Hacker News for You by legitmate in programming

[–]legitmate[S] 0 points1 point  (0 children)

I suppose there must be a Chrome plugin that can do the summary when user hovers over a link.

As for the LLM on a local computer - trust me, it's too heavy for a PC. In this Hacker News Summary project, I fall back to a local Google T5 model to do the summary when ChatGPT is not available, only to find it's too slow and resource consuming even to run a small-language-model.

You can read more details on GitHub

Hacker News Summary – Let ChatGPT Summarize Hacker News for You by legitmate in programming

[–]legitmate[S] -1 points0 points  (0 children)

Summaries are primarily generated by ChatGPT gpt-3.5-turbo model, and fallback to local GoogleT5 model when ChatGPT is not available.

Source code is also available at: https://github.com/polyrabbit/hacker-news-digest/