Spaces:
Running
Running
File size: 471 Bytes
7b82554 7763bf4 7b82554 0357485 7763bf4 0357485 55e1aa1 7b82554 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | [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"
]
|