SLSAGENT / render.yaml
jarvisemitra
SHL Assessment Recommender - Full implementation with hybrid retrieval, slot-based conversation analysis, safety guards, and evaluation harness
ae3c639
Raw
History Blame Contribute Delete
309 Bytes
services:
- type: web
name: shl-assessment-recommender
runtime: python
buildCommand: pip install -r requirements.txt
startCommand: uvicorn app.main:app --host 0.0.0.0 --port $PORT
envVars:
- key: GEMINI_API_KEY
sync: false
- key: PYTHON_VERSION
value: 3.11.0