litellm/scripts
Alexsander Hamir c44e075b2d
feat: add script to create branches with litellm_ prefix (#17606)
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
2025-12-06 10:41:39 -08:00
..
create_litellm_branch.ps1 feat: add script to create branches with litellm_ prefix (#17606) 2025-12-06 10:41:39 -08:00
create_litellm_branch.sh feat: add script to create branches with litellm_ prefix (#17606) 2025-12-06 10:41:39 -08:00
mock_ibm_guardrails_server.py Ensure detector-id is passed as header to IBM detector server (#16649) 2025-11-14 19:35:49 -08:00
test_groq_streaming_issue.py Fix Groq streaming ASCII encoding issue 2025-08-16 08:32:22 -05:00
test_mock_ibm_guardrails.py (feat) Organizations: allow org admins to create teams on UI + (feat) IBM Guardrails (#15924) 2025-10-25 11:13:39 -07:00
update_readme_providers_table.py [Docs] readme fixes add supported providers (#16109) 2025-10-30 17:23:20 -07:00