Spaces:
Sleeping
Sleeping
Delete code_security_auditor_env/.env
Browse files
code_security_auditor_env/.env
DELETED
|
@@ -1,18 +0,0 @@
|
|
| 1 |
-
# OpenAI-compatible API endpoint
|
| 2 |
-
API_BASE_URL=https://router.huggingface.co/v1
|
| 3 |
-
|
| 4 |
-
# Model used by inference.py
|
| 5 |
-
MODEL_NAME=Qwen/Qwen2.5-72B-Instruct
|
| 6 |
-
|
| 7 |
-
# Required secret for API access
|
| 8 |
-
HF_TOKEN=
|
| 9 |
-
|
| 10 |
-
# Local Docker image name used by inference.py when running from_docker_image
|
| 11 |
-
LOCAL_IMAGE_NAME=code-security-auditor-env:latest
|
| 12 |
-
|
| 13 |
-
# Optional: connect to an already-running env instead of local image
|
| 14 |
-
# ENV_BASE_URL=http://localhost:8000
|
| 15 |
-
|
| 16 |
-
# Optional: comma-separated tasks and max steps
|
| 17 |
-
TASK_IDS=easy,medium,hard
|
| 18 |
-
MAX_STEPS=12
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|