CoolFace
Apppublic

ashrit25/prompt-compression-agent

sourceHugging Facemitupdated 3mo agoView on Hugging Face
0likes
render.yaml15 linesDownload Raw Back to root
1services:2  - type: web3    name: prompt-compression-agent4    runtime: docker5    dockerfilePath: ./Dockerfile6    envVars:7      - key: OPENAI_API_KEY8        sync: false9      - key: OPENAI_MODEL10        value: gpt-4o-mini11      - key: PYTHON_VERSION12        value: 3.11.013    healthCheckPath: /health14    autoDeploy: true15