Chadsglm's picture
Upload README.md
4d8b687 verified
|
raw
history blame
391 Bytes

DeepSeek Task Manager - Hugging Face Spaces

πŸš€ This Space runs DeepSeek AI using FastAPI.

API Endpoints

  • GET / β†’ Check if the server is running.
  • POST /generate/ β†’ Generate a task response.

Usage Example

curl -X POST "https://your-space-name.hf.space/generate/" -H "Content-Type: application/json" -d '{"task": "Create subtasks for project planning"}'