mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-15 15:22:41 +00:00
More review comment fixes
Signed-off-by: Bill Murdock <bmurdock@redhat.com>
This commit is contained in:
parent
e77b7a127c
commit
a4b9b1e494
2 changed files with 35 additions and 19 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue