This is a fork of the official ChatGPT extension for Raycast, enhanced with additional features and improvements. It allows you to interact with OpenAI's ChatGPT directly from your command bar.
Clone the repository and start the development server:
git clone https://github.com/ThanhNguyen5653/raycast-chatgpt-ext.git
cd chatgpt
npm install
npm run dev
Once the extension is up and running, you can close the terminal – ctrl/cmd + z
To use this extension, you'll need to provide your OpenAI API Bearer token:
Straight from your command bar, ask anything you want and get an AI-generated answer without any effort.
Customize the model to your liking. Create and edit custom engines beyond your creativity.
Continue talking about everything right where you left off. Start from where you ended, not from zero.
Got the answer that you wanted? Great. Now you can save it without asking again.
Feel free to contribute to this fork by submitting issues or pull requests. Please follow the standard GitHub flow for contributions.
This project is licensed under the MIT License - see the LICENSE file for details.
Original extension by abielzulio and contributors.