Chadsglm commited on
Commit
bc43fa5
Β·
verified Β·
1 Parent(s): 00751ca

Delete README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -11
README.md DELETED
@@ -1,11 +0,0 @@
1
- # DeepSeek Task Manager - Hugging Face Spaces
2
-
3
- πŸš€ This Space runs **DeepSeek AI** using **FastAPI**.
4
-
5
- ## API Endpoints
6
- - `GET /` β†’ Check if the server is running.
7
- - `POST /generate/` β†’ Generate a task response.
8
-
9
- ## Usage Example
10
- ```bash
11
- curl -X POST "https://your-space-name.hf.space/generate/" -H "Content-Type: application/json" -d '{"task": "Create subtasks for project planning"}'