To run the application locally you should start by obtaining an openAI private key. You can generate a key by visiting the following page.
Once you've obtained a key, add an .env
file to your local project. Define a new variabele OPENAI_API_KEY
inside the .env
file and give it the value of your openAI private key.
If you've followed the above instructions you can run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 and talk to Chiddy. :)
You can ask him anything!
The project is based upon the Source Code of Yacine Messaadi check out his Github for more details.