This is built with Next.js framework
cd client
npm install
npm run dev
pip install -r requirements.txt Create a file named .env inside the server folder & place the OPENAI API key
OPENAI_API_KEY=openai-api-key
python3 index.py
This is built with Next.js framework
cd client
npm install
npm run dev
pip install -r requirements.txt Create a file named .env inside the server folder & place the OPENAI API key
OPENAI_API_KEY=openai-api-key
python3 index.py