Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 781 Bytes

File metadata and controls

18 lines (15 loc) · 781 Bytes

Contributing to OctopusX Multi-LLM API Starter

Thanks for your interest in contributing! This repo provides unified aggregation logic for all mainstream LLM endpoints.

How to Contribute

  1. Fork the repository & create feature branch from main
  2. Add clear code comments for all new functions
  3. Test API routing, fallback & billing calculation logic locally
  4. Commit with concise semantic commit messages
  5. Open PR, fill in feature/optimization details

Code Standards

  • Python type hints mandatory for all core modules
  • Comment complex routing & token cost calculation logic
  • No hardcoded private API keys in public code
  • Add usage examples for new model integrations

Issues

Bug reports, model integration requests & performance optimizations are all welcome.