Quick Search chatGPT API interface
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Node.js (https://nodejs.org/)
- npm (comes with Node.js)
Here are the steps to get the application running:
Step 1: Clone the repository.
git clone https://github.com/Deadlypinfish/spotGPT.git
cd spotGPT
Step 2: Install the project dependencies.
npm install
Step 3: The application needs your OpenAI API key to function properly. The key can be entered in the settings page within the application.
To run the application:
npm start
To package the application into an executable:
npm run package
This will create an executable in the 'release' directory.
Please read 'CONTRIBUTING.MD' for details on our code of conduct, and the process for submitting pull requests to us.
This project is licensed under the MIT License - see the 'LICENSE.md' file for details.