Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kewonit authored Mar 27, 2023
1 parent 01f2dc7 commit 27be1c3
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Like it? Give it a⭐
# This extension summarizes articles on Hacker News using openAI api.

<p align="center">
This extension summarizes articles on Hacker News using openAI api.
Like it? Give it a⭐
</p>


Expand All @@ -18,4 +18,14 @@

[Check out this repo](https://github.com/bishalpaudel/hnsummarizer)

#### It works by writing summary of all new posts to a database, then you fetch the summary of posts from an API, instead of multiple people generating the same summary
#### The above works by writing summary of all new posts to a database, then you fetch the summary of posts from an API, instead of multiple people generating the same summary

<hr>

#### Disclaimer: This extension uses OpenAI API to generate summaries of the article. This extension is not affiliated with OpenAI or Hacker News.

<hr>

<p align="center">
<img src="https://raw.githubusercontent.com/MeowthyVoyager/HNsummary/main/demo/demo.gif" alt="GIF"/>
</p>

0 comments on commit 27be1c3

Please sign in to comment.