Skip to content

carneym/ai-gpt3-tax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Setup

  1. If you don’t have Nodejs installed, install it from here

  2. Clone this repository

  3. Navigate into the project directory

    $ cd GPT-3-TAX-TEST
  4. Install the requirements

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

    $ cp .env.example .env
  6. Add your API key to the newly created .env file

  7. Run the app

    $ npm run dev

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

For more information and basic Open AI example, check out the tutorial.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published