seonWKim / ai-sidebar

Open source & Free AI Sidebar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ai-sidebar logo

🀩 Download Chrome Extension

Vue3 Typescript

AI Side Bar

  • Chrome extension sidebar for all sort of AI things
  • Community driven and open source

Features

main.png

  • Ask questions using chatGPT in chrome sidebar
    • Message Template
    • Memorize Context

Requirements

  • Node v16>=

Commands

  • npm i: Install dependencies
  • npm run dev: Start dev server
  • npm run build: Build the source code into './dist'
  • npm run build-watch: Build the source code into ./dist and continuously rebuild when changes occur
  • npm run test: Run tests below ./src/tests directory

Build and Test Chrome Extension πŸ‘¨β€πŸ’»

instruction.png

  1. Run npm i to install the necessary dependencies
  2. Run npm run build to build source code into ./dist
  3. Visit chrome extensions page
  4. Enable developer mode
  5. Load unpacked extension(select ./dist folder)
  6. Paste API Key in OpenAI API Key input box(Set VITE_MOCK_OPENAI_API to true in .env file to mock OpenAI API)

Note

  • By providing a personal API key the user may subject to billing
  • API key is a secret. DO NOT share it with others
  • Users should understand the rate limits that the API holds
  • This extension will only work within a chrome browser

Contributions

  • Submit an issue for any features or bug
  • Submit a pull request with a clear title and description
  • Run npm run pull-request-check before submitting a pull request
  • Commit message best practices

Contributors

All Contributors

Kim Seon Woo
Kim Seon Woo

πŸ’» πŸ“–
Rhythm Sharma
Rhythm Sharma

🎨
CainanConway
CainanConway

πŸ“–
Aishwarya Mali
Aishwarya Mali

🎨

About

Open source & Free AI Sidebar

License:Apache License 2.0


Languages

Language:TypeScript 91.6%Language:Vue 7.3%Language:HTML 0.5%Language:JavaScript 0.5%Language:SCSS 0.0%Language:CSS 0.0%