This repository have a bunch of GPTs based on the repository https://github.com/Nashex/gpt4-playground with some improvements like button to copy source codes.
To run these project locally, you will need to have Node.js installed. Once you have Node.js installed, you can clone this repository and run the following commands in the GPT sub-repositories you wish to use: (refer to the README of the sub-repository)
Goto to the project directo and run
yarn install
yarn dev
This will start a local server on port (port 3000 for OpenAI and port 3001 for DeepSeek AI). You can then navigate to localhost:3000
or localhost:3001
to view the project!