InputGPT is a chrome extension to help you fill out forms faster. It uses a GPT models to generate text for your inputs.
This extension is not yet available on the chrome web store. To install it, you need to clone this repository and load it as an unpacked extension.
First, clone the repository:
git clone https://github.com/cgeosoft/inputgptThen, open chrome and go to chrome://extensions. Enable developer mode and click on "Load unpacked". Select the inputgpt folder.
Once installed, you have to setup your OpenAI secret key. Click on the extension icon and enter your key. You can get a key here.
Keys are stored locally and are not sent to any server. This is also the case for the prompts you enter and the generated text.
Once you have entered your key, you can start using the extension. To generate text for an input,
- focus on input
- prefix your prompt with
!gpt - press alt+enter
For example, if you want to generate a random username for a form, you can type !gpt generate a random username and the extension will generate a username for you and will fill the input with it.
An info box about the generated text will appear on the bottom-right corner of the page. This will include
- Model: the model used to generate the text
- Tokens: the number of tokens used to generate the text
- Cost: the cost of the request based on the number of tokens used and the current pricing of OpenAI
- Time: the time it took to generate the text in milliseconds
This project is licensed under the MIT License - see the LICENSE file for details
- OpenAI for the amazing GPT models
- Icons made by Freepik from www.flaticon.com