More review comment fixes

Signed-off-by: Bill Murdock <bmurdock@redhat.com>
This commit is contained in:
Bill Murdock 2025-10-06 16:43:41 -04:00
parent e77b7a127c
commit a4b9b1e494
2 changed files with 35 additions and 19 deletions

View file

@ -336,7 +336,6 @@ class LiteLLMOpenAIMixin(
api_key=self.get_api_key(),
api_base=self.api_base,
)
logger.info(f"params to litellm (openai compat): {params}")
return await litellm.acompletion(**params)
async def check_model_availability(self, model: str) -> bool: