Skip to content

Chrome extension to automate your browser with artificial intelligence

Notifications You must be signed in to change notification settings

danielpquinn/browsegpt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BrowseGPT

https://browsegpt.ai

Chrome extension to automate your browser with artificial intelligence.

Local development setup instructions

Start by installing Vue in the /extension folder

cd extension
npm install

Go to chrome://extensions in your browser, then click "Load unpacked". Select the /extension folder.

The next step is to add your OpenAI API key to your environment.

export OPENAI_KEY=<your key>

To run the Node.js server that sends requests to the OpenAI API:

cd server
node app.js

At this point you should be able to launch the Chrome extension in your browser and start testing.

About

Chrome extension to automate your browser with artificial intelligence

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published