Merge pull request #19992 from BerriAI/litellm_add_model_map_test

Add test to check if model map is corretly formatted
This commit is contained in:
Sameer Kankute 2026-01-29 16:16:59 +05:30 committed by GitHub
commit 6997ee8e34
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -73,4 +73,8 @@ jobs:
- name: Check import safety
run: |
poetry run python -c "from litellm import *" || (echo '🚨 import failed, this means you introduced unprotected imports! 🚨'; exit 1)
poetry run python -c "from litellm import *" || (echo '🚨 import failed, this means you introduced unprotected imports! 🚨'; exit 1)
- name: Validate model_prices_and_context_window.json
run: |
jq empty litellm/model_prices_and_context_window.json