Spaces:
Runtime error
Runtime error
Upload README.md
Browse files
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"}'
|