/thera

Primary LanguageJavaScriptMIT LicenseMIT

Thera mental health bot

A mental health chatbot built with Chat-GPT API with customised training. if you would like to learn how to train Chat GPT on your own data, please use this link Train Chat-GPT.

follow steps below to run this app

  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!