llama-stack-mirror/llama_stack/providers/remote/inference/openai
Matthew Farrellee 617f171923 fix: starter template and litellm backward compat conflict for openai
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.
2025-07-24 08:28:06 -04:00
..
__init__.py chore: enable pyupgrade fixes (#1806) 2025-05-01 14:23:50 -07:00
config.py chore: enable pyupgrade fixes (#1806) 2025-05-01 14:23:50 -07:00
models.py fix: starter template and litellm backward compat conflict for openai 2025-07-24 08:28:06 -04:00
openai.py chore: create OpenAIMixin for inference providers with an OpenAI-compat API that need to implement openai_* methods (#2835) 2025-07-23 06:49:40 -04:00