Chadsglm commited on
Commit
4d8b687
Β·
verified Β·
1 Parent(s): bc43fa5

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
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"}'