DoctorPok42 / Pheere-App

Pheere is a simple virtual assistant

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Pheere is a simple virtual assistant

License:MIT License


Languages

Language:TypeScript 75.2%Language:SCSS 16.3%Language:JavaScript 4.5%Language:Rust 4.0%