Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.2 KB

README.md

File metadata and controls

37 lines (26 loc) · 1.2 KB

BrieflyAI - Chrome Extension

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.

Features

  • AI-powered text summarization
  • Easy-to-use interface
  • Customizable prompt for generating gists
  • Lightweight and fast

Installation

  1. Clone the Repository:
    git clone https://github.com/ap0calypse8/BrieflyAI.git
  2. 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

Note

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 from cohere that has its limitations, you can use one of your choice.