File size: 451 Bytes
72b7800
2f073d3
 
 
 
 
72b7800
2f073d3
72b7800
 
2f073d3
58daf3a
2f073d3
 
 
5ec0ee0
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
title: Sentinel Backend API
emoji: 🔒
colorFrom: blue
colorTo: red
sdk: docker
pinned: false
app_port: 7860
---

# Sentinel Backend API

FastAPI backend for the Sentinel LLM Misuse Detection System.
Exposes a REST API on port 7860.

## Secrets required (Space Settings → Repository secrets)
- `REDIS_URL`
- `HF_API_KEY`
- `GROQ_API_KEY`
- `CORS_ORIGINS` (your Vercel URL)
- `QDRANT_URL` + `QDRANT_API_KEY` (optional)
- `SENTRY_DSN` (optional)