Skip to content

whiteout367/AIGuide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI Guide App

This app referenced openAI node.js example code quickstart tutorial.

It recommends 5 place to visit and it creates a photo suitable for country.

Setup

  1. Install the requirements

    $ npm install
  2. Make a copy of the example environment variables file

    On Linux systems:

    $ cp .env.example .env

    On Windows:

    $ copy .env.example .env
  3. Add your API key to the newly created .env file

  4. Run the app

    $ npm run dev

You should now be able to access the app at http://localhost:3000!

Result

result

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published