Skip to content

DoctorPok42/Pheere-App

Repository files navigation

Pheere App

Description

Pheere is a simple virtual assistant that can be used to search some information on the internet.

Requirements

  1. Node JS 16.17.1 or higher
$ node -v
v16.17.1

Installation

  1. Clone the repository
git clone git@github.com:DoctorPok42/Pheere-App.git
  1. Install dependencies
npm install
  1. Add .env file
touch .env
  1. Add the following variables to the .env file
GPT_TOKEN="YOUR_GPT_TOKEN"
ELEVENLAS_TOKEN="YOUR_ELEVENLAS_TOKEN"
  1. Run the project
npm run dev

Usage

  1. Go to the window that opened after running the project

  2. Ask a question to Pheere

License

MIT