Thanks for your interest in contributing! This repo provides unified aggregation logic for all mainstream LLM endpoints.
- Fork the repository & create feature branch from
main - Add clear code comments for all new functions
- Test API routing, fallback & billing calculation logic locally
- Commit with concise semantic commit messages
- Open PR, fill in feature/optimization details
- 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
Bug reports, model integration requests & performance optimizations are all welcome.