python_env / openenv.yaml
uvpatel7271's picture
Upload folder using huggingface_hub
c8e832f verified
raw
history blame contribute delete
396 Bytes
spec_version: 1
name: python_code_review_env
type: space
runtime: fastapi
app: server.app:app
port: 8000
metadata:
description: "Production-grade Python code review and repair benchmark for OpenEnv"
domain: code-review
task_count: 3
task_ids:
- syntax-fix-easy
- bug-fix-medium
- optimization-hard
difficulty_levels:
- easy
- medium
- hard