# 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