- Added support for GPT-4-Turbo.
- Updated prompt list with Anki prompts.
- No present support for Instruct models.
- Live response streaming is back.
git clone https://github.com/giosilvi/GPT-Prompter.git
cd
into the repository and typenpm run build
.- A new .zip file should appear in /zips. Unzip it!
- Go to
chrome://extensions
. If you use Brave or another Chromium-based browser, replace the prefix with the name of your browser (e.gbrave://extensions
). - Click "Load unpacked" and select your newly unzipped folder:
- Make a profile at OpenAI, if you haven't already
- From https://beta.openai.com/account/api-keys you can copy your API Key and paste into the chrome extension (we never have access to your API Key, it is stored on your Chrome profile).
- (Optional)Now just select text from a website.
- Select from the context menu (right click) the GPT-Prompter command to send the custom prompt to open the popup.
- The default prompt is "Tell me more about ", but you can create anything you want with just the constrain that it has to contain a field for the selected text to be parsed in it.