Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# PhishGuard-Env
|
| 2 |
|
| 3 |
An OpenEnv-compliant SOC analyst simulation environment for benchmarking LLM-based email triage agents.
|
|
@@ -103,4 +112,4 @@ Liveness probe for HF Spaces / load-balancers.
|
|
| 103 |
| `OPENAI_API_KEY` | — | OpenAI-compatible API key |
|
| 104 |
| `API_BASE_URL` | `https://router.huggingface.co/v1` | LLM API base URL |
|
| 105 |
| `MODEL_NAME` | `Qwen/Qwen2.5-72B-Instruct` | Model to use for inference |
|
| 106 |
-
| `ENV_BASE_URL` | `http://localhost:7860` | Environment server URL |
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
title: Phishing-env
|
| 4 |
+
sdk: docker
|
| 5 |
+
emoji: 🌍
|
| 6 |
+
colorFrom: blue
|
| 7 |
+
colorTo: purple
|
| 8 |
+
short_description: A smol enviornment to distuinguish spam and normal mails.
|
| 9 |
+
---
|
| 10 |
# PhishGuard-Env
|
| 11 |
|
| 12 |
An OpenEnv-compliant SOC analyst simulation environment for benchmarking LLM-based email triage agents.
|
|
|
|
| 112 |
| `OPENAI_API_KEY` | — | OpenAI-compatible API key |
|
| 113 |
| `API_BASE_URL` | `https://router.huggingface.co/v1` | LLM API base URL |
|
| 114 |
| `MODEL_NAME` | `Qwen/Qwen2.5-72B-Instruct` | Model to use for inference |
|
| 115 |
+
| `ENV_BASE_URL` | `http://localhost:7860` | Environment server URL |
|