Update requirements.txt - Add Technology Startup specialization and multi-AI provider support
9da02e1 verified | # BIOS-kernel-v1 β Python dependencies | |
| # pip install -r requirements.txt | |
| # ββ Core βββββββββββββββββββββββββββββββββββββββββββββββββββββ | |
| psycopg[binary]>=3.1.0 # NeonDB / PostgreSQL (psycopg v3) | |
| # ββ LLM Backends (install whichever you use) βββββββββββββββββ | |
| groq>=0.9.0 # Groq API (llama-3.3-70b, fastest free option) | |
| huggingface_hub>=0.24.0 # HuggingFace Inference API + BIOS-Insight-v1 | |
| openai>=1.0.0 # OpenAI API (GPT-4, GPT-3.5) | |
| google-generativeai>=0.8.0 # Gemini API (Gemini Pro) | |
| anthropic>=0.34.0 # Anthropic Claude (fallback) | |
| # ββ Local inference (optional, GPU required) βββββββββββββββββ | |
| # transformers>=4.44.0 | |
| # torch>=2.3.0 | |
| # accelerate>=0.31.0 | |
| # bitsandbytes>=0.43.0 # for 4-bit quantisation | |
| # ββ Utilities βββββββββββββββββββββββββββββββββββββββββββββββββ | |
| python-dotenv>=1.0.0 # load .env files | |