ai-code-analyzer / render.yaml
arun3676
Remove Google Gemini support - keep only 3 models (OpenAI, Anthropic, DeepSeek)
74dbaef
raw
history blame
549 Bytes
services:
- type: web
name: ai-code-analyzer
env: python
repo: https://github.com/arun3676/ai-code-analyzer.git
branch: master
buildCommand: pip install -r requirements.txt
startCommand: streamlit run matrix_final.py --server.port=$PORT --server.address=0.0.0.0 --server.headless=true --server.enableCORS=false
plan: free
healthCheckPath: /?health=true
envVars:
- key: OPENAI_API_KEY
sync: false
- key: ANTHROPIC_API_KEY
sync: false
- key: DEEPSEEK_API_KEY
sync: false