GPT-Assist is a browser extension that helps users seamlessly generate text suggestions using OpenAI's GPT-3.5 Turbo model while they are typing on any web input field or textarea. The extension is designed to be easy-to-use, fast, and unobtrusive.
Note: Currently, the extension does not support Google Docs due to its custom content-editable div and iframe implementation.
- Automatically generate text suggestions with GPT-3.5 Turbo while typing.
- Works with any web input field or textarea.
- Customizable prompts for more accurate suggestions.
- Convenient keyboard shortcuts for seamless integration.
- Simple and clean interface with a status widget.
-
Clone the repository:
git clone https://github.com/myroslavtryhubets/gpt-assist-extension.git
-
In Google Chrome or a Chromium-based browser, navigate to
chrome://extensions/
. -
Enable "Developer mode" in the top right corner.
-
Click on "Load unpacked" and select the
gpt-assist-extension
folder that you cloned in step 1. -
The GPT-Assist Extension should now be installed and visible in your extensions menu.
-
Click on the GPT-Assist Extension icon in the extensions menu.
-
Click on "Open Options" to access the configuration page.
-
Enter your OpenAI API token and customize the prompt as needed.
-
Save your settings.
-
Navigate to a website with an input field or textarea.
-
Start typing, and when you need a suggestion, press the keyboard shortcut (e.g., Ctrl+Alt).
-
The extension will generate a suggestion and insert it into the text field.
Feel free to submit issues or pull requests if you have any suggestions, improvements, or bug reports. Your contributions are always welcome!
GPT-Assist Extension is released under the MIT License. See the LICENSE file for more information.