Spaces:
Sleeping
Sleeping
| [project] | |
| name = "agi-multi-model-api" | |
| version = "0.1.0" | |
| description = "High-Performance Multi-Model LLM API with Dynamic Switching" | |
| authors = [ | |
| { name = "AI Developer", email = "you@example.com" } | |
| ] | |
| requires-python = ">=3.12" | |
| dependencies = [ | |
| "fastapi>=0.104.0", | |
| "uvicorn[standard]>=0.24.0", | |
| "aiohttp>=3.9.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" | |
| ] | |