llama-stack-mirror/llama_stack/templates/ci-tests
Matthew Farrellee e33a50480d
fix: starter template and litellm backward compat conflict for openai (#2885)
# What does this PR do?

openai/models.py has backward compat entries for litellm model names.
the starter template includes these in the list of registered models.
the inclusion results in duplicate model registrations.

the backward compat is no longer necessary.

## Test Plan

ci
2025-07-24 17:28:37 +02:00
..
__init__.py feat(ci): add a ci-tests distro (#2826) 2025-07-18 17:11:06 -07:00
build.yaml chore: remove *_openai_compat providers (#2849) 2025-07-22 10:25:36 -07:00
ci_tests.py feat(ci): add a ci-tests distro (#2826) 2025-07-18 17:11:06 -07:00
run.yaml fix: starter template and litellm backward compat conflict for openai (#2885) 2025-07-24 17:28:37 +02:00