Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 1.13 KB

README.md

File metadata and controls

37 lines (21 loc) · 1.13 KB

Tutor Terminator

Features

Essay editing and areas of improvement. Cover Letter Generator


ChatGPT is the model used: gpt-turbo-301 but the next model is super fast and is expected next month. This will reduce the response from the API from 6-7 seconds to 1-2 seconds.

Child Safety Features

DOUBLE LAYER OF PROTECTION for child users. User enter text is sent though a moderation engine to check for any sexual, violent or other inappropriate text. Only if it passes that check will it get a response from the AI. A second level of validation is added to the AI's response which is also checked for safety content.

Alt text Alt text Alt text

Play with Me

https://typoterminator.herokuapp.com/

Steps:

  1. Clone this repository:

git clone

  1. Install dependencies:

npm install

  1. Add API key: Replace YOUR_API_KEY with your OpenAI API key in the .env.example file and then rename it to .env

  2. Start the development server:

npm run dev

  1. Deploy to Heroku: Follow the steps provided by Heroku to deploy your application.