Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/giosilvi/GPT-Prompter
Browser extension to get a fast prompt (of the selected text) for OpenAI`s GPT-3, GPT-4 & ChatGPT API . Available in the Chrome web store and Firefox browser add-ons
https://github.com/giosilvi/GPT-Prompter
chat chatgpt chatgpt-api chrome-extension firefox-addon gpt3 gpt4
Last synced: about 1 month ago
JSON representation
Browser extension to get a fast prompt (of the selected text) for OpenAI`s GPT-3, GPT-4 & ChatGPT API . Available in the Chrome web store and Firefox browser add-ons
- Host: GitHub
- URL: https://github.com/giosilvi/GPT-Prompter
- Owner: giosilvi
- License: mit
- Created: 2022-07-03T16:52:36.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-09T08:24:13.000Z (4 months ago)
- Last Synced: 2024-08-13T10:21:50.666Z (4 months ago)
- Topics: chat, chatgpt, chatgpt-api, chrome-extension, firefox-addon, gpt3, gpt4
- Language: JavaScript
- Homepage: https://chrome.google.com/webstore/detail/gpt-prompter/lcgpdbficokndjodlcgflbhaibicompp/overview
- Size: 1.11 MB
- Stars: 222
- Watchers: 11
- Forks: 56
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome - giosilvi/GPT-Prompter - Browser extension to get a fast prompt (of the selected text) for OpenAI`s GPT-3, GPT-4 & ChatGPT API . Available in the Chrome web store and Firefox browser add-ons (JavaScript)
- project-awesome - giosilvi/GPT-Prompter - Browser extension to get a fast prompt (of the selected text) for OpenAI`s GPT-3, GPT-4 & ChatGPT API . Available in the Chrome web store and Firefox browser add-ons (JavaScript)
- awesome-gpt4 - GPT-Prompter - Browser extension to get a fast prompt for OpenAI's GPT-3, GPT-4 & ChatGPT API. (Tools / Open-source projects)
- awesome-gpt4-zh-CN - GPT-Prompter - 浏览器扩展程序,适用于快速生成 OpenAI 的 GPT-3、GPT-4 和 ChatGPT API 提示。 (工具 / 开源项目)
- awesome-gpt - GPT-Prompter - 3, GPT-4 & ChatGPT API. Available in the Chrome web store and Firefox browser add-ons (Prompts / Other)
README
# GPT-Prompter
### Update (05/10/2024)
- Added support for GPT-4-Turbo.
- Updated prompt list with Anki prompts.
- No present support for Instruct models.
- Live response streaming is back.### Installation Instructions:
1. `git clone https://github.com/giosilvi/GPT-Prompter.git`
2. `cd` into the repository and type `npm run build`.
3. A new .zip file should appear in /zips. Unzip it!
4. Go to `chrome://extensions`. If you use Brave or another Chromium-based browser, replace the prefix with the name of your browser (e.g `brave://extensions`).
5. Click "Load unpacked" and select your newly unzipped folder:### Usage:
1. Make a profile at [OpenAI](https://beta.openai.com/), if you haven't already
2. 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).
3. (Optional)Now just select text from a website.
4. Select from the context menu (right click) the GPT-Prompter command to send the custom prompt to open the popup.
5. 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.![Example of a chat conversation](ChatExample.png)