From 921c2d5c50d37329b52e6b258125f29c3d02e8d9 Mon Sep 17 00:00:00 2001 From: Nick Date: Tue, 23 Jun 2026 11:47:08 +0300 Subject: [PATCH] Tighten README first-screen formula --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 635ddb1..f681059 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,13 @@ TAS is a FastAPI service for classifying commercial spam with rules-first detect **[Run the local API](#quickstart)** -[Hosted demo](https://kiku-jw.github.io/tas/) · [OpenAPI](openapi.yaml) · [LLM modes](docs/LLM_MODES.md) +[Docs](openapi.yaml) · [Examples](#quickstart) · [LLM modes](docs/LLM_MODES.md) + +Sample response: + +```json +{"spam": true, "score": 0.92, "path": "rules"} +``` Use TAS when you need to flag buy/sell offers, job solicitations, service ads, and similar commercial spam in chats, forums, marketplaces, or messaging products. It is not a toxicity, hate-speech, political-content, or general conversation classifier.