requirements.txt 333 B

123456789101112
  1. # LLM — pick one or keep both; the client auto-selects based on env vars
  2. openai>=1.0.0 # for AIHubmix / ModelScope / OpenAI
  3. anthropic>=0.40.0 # for Anthropic API (claude-opus-4-7, etc.)
  4. # Web framework (API server)
  5. fastapi>=0.109.0
  6. uvicorn>=0.27.0
  7. # Data / config
  8. pyyaml>=6.0.0
  9. pydantic>=2.0.0
  10. python-dotenv>=1.0.0