Skip to content

DoctorPok42/Pheere

Repository files navigation

Pheere

Pheere is a simple virtual assistant with Wisper, ChatGPT and ElevenLabs

Requirements

  • Node.js >= 16.17.1
node -v

Installation

  1. Clone the repository
git clone
  1. Install dependencies
npm install
  1. Create a .env file and add your API keys
touch .env
  1. Add your API keys
OPENAI_API_KEY="YOUR_API_KEY"
ELEVENLABS_API_KEY="YOUR_API_KEY"
  1. Run the project
npm run dev

Usage

npm run dev

Techs

License

MIT