BrieflyAI is a Chrome extension that leverages AI to generate concise summaries (gists) of text. Whether you're reading a long article or processing lengthy content, BrieflyAI helps you quickly grasp the essence of the material by providing a summarized version right in your browser.
- AI-powered text summarization
- Easy-to-use interface
- Customizable prompt for generating gists
- Lightweight and fast
- Clone the Repository:
git clone https://github.com/ap0calypse8/BrieflyAI.git
- Navigate to the Project Directory:
cd BrieflyAI
3.Add Your API Key:
Create a config.js
file in the project root directory.
Add the following line to config.js
(replace 'your-api-key' with your actual API key):
const API_KEY = 'your-api-key';
4.Load the Extension in Chrome
Important: Make sure not to commit your
config.js
file with your API key to the repo to keep your API key secure. I have used a free API key fromcohere
that has its limitations, you can use one of your choice.