File size: 220 Bytes
1eaa5ce
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
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