mirror of
https://github.com/BerriAI/litellm.git
synced 2026-08-28 05:25:59 +00:00
Add utility scripts to create branches with litellm_ prefix from contributor branches. This helps maintain consistent branch naming conventions for CI/CD. - scripts/create_litellm_branch.sh (Bash for macOS/Linux) - scripts/create_litellm_branch.ps1 (PowerShell for Windows) Usage: ./scripts/create_litellm_branch.sh [source_branch] [new_branch_name] ./scripts/create_litellm_branch.ps1 [source_branch] [new_branch_name] Features: - Auto-prefixes branch names with litellm_ - Handles existing branches gracefully - Validates branch names - Supports local and remote source branches |
||
|---|---|---|
| .. | ||
| create_litellm_branch.ps1 | ||
| create_litellm_branch.sh | ||
| mock_ibm_guardrails_server.py | ||
| test_groq_streaming_issue.py | ||
| test_mock_ibm_guardrails.py | ||
| update_readme_providers_table.py | ||