Spaces:
Sleeping
Sleeping
feat: enhance Docker setup and environment configuration; add inference entrypoint and update YAML structure
04e8fe6 | # Required by evaluator/inference runtime | |
| API_BASE_URL=https://router.huggingface.co/v1 | |
| MODEL_NAME=Qwen/Qwen2.5-Coder-7B-Instruct | |
| HF_TOKEN=hf_xxx | |
| # Optional runtime settings | |
| GRAPHREVIEW_BENCHMARK=graphreview | |
| GRAPHREVIEW_TASKS=style_review,logic_review,cascade_review | |
| GRAPHREVIEW_SUCCESS_THRESHOLD=0.6 | |
| GRAPHREVIEW_BASE_URL=http://127.0.0.1:7860 | |