Spaces:
Sleeping
Sleeping
| 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 |