Uses Text-Davinci-003 (an OpenAI GPT-3.5 model) to suggest names for a boat based on user input. User provides a word or words which provides an overall theme for the AI to suggest names.
This project uses OpenAI's API Quickstart project for Node.js.
Deployed to Vercel: https://openai-text-davinci-003.vercel.app/
To run this application in your own development environment, install NodeJs. This repository was developed using Visual Studio Code.
You will need to create an OpenAI account and create your own API key
Install all node package dependencies listed in the package.json file using the following command in your terminal, in the directory of the project:
npm install
After all packages have been installed, you can run a development version of the application in your web browser on localhost using this command:
npm run dev
- Node.js - JavaScript runtime
- React - JavaScript UI library
- Next.js - Promise based HTTP client
- OpenAI Text-Davinci-003 - OpenAI GPT-3.5 model
Open source contributions are always welcome. Submit a pull request or an issue if you would like to contribute or request improvements.
https://github.com/alane019/OpenAI-Nodejs