Navigate to the Backend folder in your project. Create a new file named .env.
API_KEY = YOUR OPENAI API KEY HEREThen pip install necessary library and run your python file
pip install -r requirements.txtpython appmain.pyNavigate to the root folder in your project.
cd ..
npm iHere we go, Run your project and Chat with peko peko
npm run dev