/gpt-assistant

Mini ChatGPT on your browser!

Primary LanguageTypeScriptMIT LicenseMIT

Pocket AI Assistant Extension V0.0.1

An ai assistant available in your browser without leaving to another page.

Mini ChatGPT Extension for Chrome - A simple ChatGPT in your local browser. | Product Hunt

Table of Contents

Features

  • ✅ Direct Access to Open AI
  • ✅ Switch to GPT3 to GPT4 easily
  • ❌ Chat History (🔜)

Get Started

  1. Install on Google Chrome (Link)
  2. Get your Open AI Key ID
  3. Enjoy!

Installation

Procedure

  1. Clone this repository.
  2. Change extensionDescription and extensionName in messages.json
  3. Install pnpm globally: npm install -g pnpm (check your node version >= 16.6, recommended >= 18)
  4. Run pnpm install

For Chrome:

  1. Run:
    • Dev: pnpm dev or npm run dev
    • Prod: pnpm build or npm run build
  2. Open in browser - chrome://extensions
  3. Check - Developer mode
  4. Find and Click - Load unpacked extension
  5. Select - dist folder

For Firefox:

  1. Run:
    • Dev: pnpm dev:firefox or npm run dev:firefox
    • Prod: pnpm build:firefox or npm run build:firefox
  2. Open in browser - about:debugging#/runtime/this-firefox
  3. Find and Click - Load Temporary Add-on...
  4. Select - manifest.json from dist folder

Remember in firefox you add plugin in temporary mode, that's mean it's disappear after close browser, you must do it again, on next launch.

Technologies Used