DevMasterGPT / render.yaml
isnel55's picture
Create render.yaml
8f1fc60 verified
raw
history blame
231 Bytes
services:
- type: web
name: devmastergpt
runtime: python
buildCommand: pip install -r requirements.txt
startCommand: bash start.sh
envVars:
- key: HUGGINGFACEHUB_API_TOKEN
value: YOUR_TOKEN_HERE