Skip to content

Commit

Permalink
Add key security note
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanyu committed Dec 8, 2024
1 parent 307fd33 commit ff6ebc9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ A bring-your-own-key browser extension for summarizing Hacker News articles with

The extension will add the summarize buttons to the HN front page and article pages. Just provide your Anthropic or OpenAI API key and you're good to go.

🔒️ Security note: The API keys are stored in your browser's storage and synced across devices if the browser is configured to do so.
They are sent by the extension to the LLM providers only.

![Screenshot 1](screen1.png)

![Screenshot 2](screen2.png)
Expand Down
3 changes: 3 additions & 0 deletions src/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@
</head>

<body>
<p>🔒️ Security note: The API keys are stored in your browser's storage and synced across devices if the browser is configured to do so.
They are sent by the extension to the LLM providers only.</p>

<form id="optionsForm">
<div id="openai-options" class="options-group">
<div class="options-row">
Expand Down

0 comments on commit ff6ebc9

Please sign in to comment.