Spaces:
Sleeping
Sleeping
| [project] | |
| name = "deepseek-api" | |
| version = "0.0.1" | |
| description = "Special DeepSeek API on HuggingFace Space" | |
| authors = [ | |
| { name = "AI Developer", email = "you@example.com" } | |
| ] | |
| requires-python = ">=3.12" | |
| dependencies = [ | |
| "fastapi>=0.104.0", | |
| "uvicorn[standard]>=0.24.0", | |
| "llama-cpp-python>=0.2.0", | |
| "huggingface-hub>=0.19.0", | |
| "duckduckgo-search>=4.0.0", | |
| "beautifulsoup4>=4.12.0", | |
| "lxml>=4.9.0" | |
| ] | |