- GitHub Account
- Render Account
- Anthropic/OpenAI API Key
- Fork this repository
- Create a new Web Service on Render
- Connect your GitHub repository
- Configure Build Settings:
- Build Command:
pip install -r requirements.txt - Start Command:
python backend/main.py
- Build Command:
- Set Environment Variables:
ANTHROPIC_API_KEYOPENAI_API_KEYLLM_PROVIDERDATABASE_URL(optional, Render PostgreSQL)
- Check application logs
- Verify API endpoints
- Configure additional settings as needed
[Rest of existing README remains unchanged]