Spaces:
Sleeping
Sleeping
File size: 579 Bytes
f6317e4 fa81066 f6317e4 fa81066 f6317e4 fa81066 f6317e4 fa81066 1a588c5 fa81066 1a588c5 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 | ---
title: Confidence API
emoji: 💬
colorFrom: yellow
colorTo: green
sdk: gradio
sdk_version: 5.49.1
app_file: app.py
pinned: false
---
# Confidence Buddy API
Gradio Space that proxies chat to DeepSeek with per-topic personality prompts.
## Endpoints (Flutter)
- `GET /health`
- `GET /personalities`
- `GET /personalities/{id}`
- `POST /chat` — `{ "personalityId", "message", "history?" }`
Public URL: `https://scchess-confidence-api.hf.space`
## Secrets
- `DEEPSEEK_API_KEY` (required)
- `CHAT_API_SECRET` (optional) — non-health API routes need header `X-App-Key`
|