Email handling voice assistant that helps reply to and organise emails, all in a real-time conversational experience.
-
Set up the OpenAI API:
- If you're new to the OpenAI API, sign up for an account.
- Follow the Quickstart to retrieve your API key.
-
Clone the Repository:
git clone https://github.com/Rong-Jet/reply-gremlin.git
-
Set your API key:
2 options:
- Set the
OPENAI_API_KEYenvironment variable globally in your system - Set the
OPENAI_API_KEYenvironment variable in the project: Create a.envfile at the root of the project and add the following line:OPENAI_API_KEY=<your_api_key>
- Set the
-
Setup: Backend
-
Setup: Frontend Navigate to the project directory and run:
npm install --legacy-peer-deps
-
Run the app:
npm run dev
The app will be available at http://localhost:3000.
