Skip to content

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.

License

Notifications You must be signed in to change notification settings

alane019/OpenAI-Nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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


About

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.

Resources

License

Stars

Watchers

Forks