This repository contains a demo UI of the OpenAI GPT-3 API for the Superchat Chatbot project.
- Clone this repository
- Install dependencies:
yarn
- Run the demo:
yarn dev
- Enter a prompt and press enter
- Wait for the response
- Generate text from a prompt
- Copy apiResponse to Clipboard
- Generate text from a prompt with a temperature
- Generate text from a prompt with a temperature and a max number of tokens
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License.
To be continued....