#Instructions written by:Peter Muturi Wairimu
- Create a
Render.comaccount. - Create a new Web Service.
- Point it to
backend/folder. - Add a build command:
pip install -r requirements.txt - Start command:
uvicorn app.main:app --host 0.0.0.0 --port 8000 - Add environment variable:
OPENAI_API_KEY=your_key_here
- Make sure
tailwindcssis installed. - Set your API URL in
ChatBox.tsxto your live Render API.