File size: 292 Bytes
17bc83e
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
services:
  - type: web
    name: llm-rag-openai-app
    env: python
    plan: free
    buildCommand: |
      pip install -r requirements.txt
      python -m spacy download en_core_web_sm
    startCommand: python app_gradio_rag.py
    envVars:
      - key: OPENAI_API_KEY
        sync: false