7th_handle / render.yaml
Adoption's picture
feat
6bc6eba
Raw
History Blame Contribute Delete
566 Bytes
services:
- type: web
name: the-7th-handle
runtime: docker
plan: starter
healthCheckPath: /api/health
envVars:
- key: APP_PASSWORD
sync: false
- key: LLM_PROVIDER
value: groq
- key: GROQ_MODEL
value: llama-3.3-70b-versatile
- key: GROQ_API_KEY
sync: false
- key: PINECONE_API_KEY
sync: false
- key: SERMON_CHUNKS_URL
sync: false
- key: HF_HOME
value: /app/.cache/huggingface
- key: TRANSFORMERS_CACHE
value: /app/.cache/huggingface