local-inference / render.yaml
Diego Adame
Complete Code
1eaa5ce
raw
history blame contribute delete
220 Bytes
services:
- type: web
name: ai-chat-summarization
env: python
buildCommand: pip install -r requirements.txt
startCommand: python server.py
envVars:
- key: PYTHON_VERSION
value: 3.12.0