ehsanulhaque92/multimodal-prescriptive-pdm
0
1services:2 - type: web3 name: multimodal-prescriptive-pdm4 env: docker5 repo: https://github.com/MdEhsanulHaqueKanan/multimodal-prescriptive-pdm6 region: oregon7 plan: free8 healthCheckPath: /healthz9 envVars:10 - key: LLM_MODEL_NAME11 value: phi-3:mini12 - key: PYTHON_VERSION13 value: 3.10