/OpenAI-Nodejs

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.

Primary LanguageJavaScriptMIT LicenseMIT

Name My Boat

License

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/

App Screenshot


Getting Started

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


Start the Application

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

Technologies Used


Contributing

Open source contributions are always welcome. Submit a pull request or an issue if you would like to contribute or request improvements.


Github Link

https://github.com/alane019/OpenAI-Nodejs