Spaces:
Sleeping
Sleeping
Refactor: Restore intrinsic detector to fallback logic, rewrite README.md, and polish all codebase comments for final submission
01f8cd5 | # LLM Configuration | |
| USE_LLM=1 | |
| API_BASE_URL=https://router.huggingface.co/v1 | |
| MODEL_NAME=Qwen/Qwen2.5-72B-Instruct | |
| # Get your token from https://huggingface.co/settings/tokens | |
| HF_TOKEN=your_huggingface_token_here | |
| # Environment Configuration | |
| # Use http://0.0.0.0:7860 or http://localhost:7860 locally | |
| ENV_URL=http://localhost:7860 | |