This extension allows users to interact with the OpenAI ChatGPT model through a user-friendly interface directly from their Chrome browser. Users can ask questions, choose the ChatGPT model, and manage their prompt history.
- Flexible Prompting: Users can ask ChatGPT anything they wish by typing their queries into the extension's input field.
- Model Selection: Choose from a variety of ChatGPT models to suit your preferences or specific use case.
- Prompt History: View a log of your previous prompts for reference or to revisit past interactions.
Follow these steps to install the extension:
-
Clone the repository to your local machine:
git clone https://github.com/mmsaddam/franky.git
-
Open Google Chrome and navigate to chrome://extensions/.
-
Enable "Developer mode" in the top right corner.
-
Click "Load unpacked" and select the extension's directory.
-
The extension should now be visible in your Chrome toolbar.
Before using the extension, you need to configure your OpenAI API key. Follow these steps:
Obtain an API key from the OpenAI Developer platform.
Click on the extension settings button and save your OpenAI API key.
This project is inspired by https://github.com/jessedi0n/openai-chatgpt-chrome-extension