This project provides a web frontend for the OpenAI chat API. This project is for developers or advanced users that are familiar with OpenAI ChatGPT but want to customize the web interface.
See FEATURES.md for details.
git clone https://github.com/elebitzero/openai-react-chat.git
local.env.json
and change 'your-api-key-here' to your OpenAI Keynpm install
npm run start
The local website http://localhost:3000/ should open in your browser.All contributions are welcome. Feel free to open an issue or create a pull request.