Merge pull request #464 from CadeYu/sync-validator-models

sync model validation with cli catalog
This commit is contained in:
Yijia Xiao
2026-03-29 11:07:51 -07:00
committed by GitHub
8 changed files with 193 additions and 125 deletions
@@ -53,6 +53,7 @@ class OpenAIClient(BaseLLMClient):
def get_llm(self) -> Any:
"""Return configured ChatOpenAI instance."""
self.warn_if_unknown_model()
llm_kwargs = {"model": self.model}
# Provider-specific base URL and auth