Requirements
Note: This file is for documentation only. Install dependencies from requirements.txt and requirements-dev.txt in the project root.
# User requirements for GABM
# Install with: pip install -r requirements.txt
# LLM Service APIs
# ----------------
# For HTTP APIs (PublicAI)
requests==2.32.5
# OpenAI
openai==2.21.0
# Google
google-genai==1.65.0
# DeepSeek
deepseek==1.0.0
# Additional
# ----------
# For plotting graphs
matplotlib==3.10.8