mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-18 11:09:47 +00:00
change function name
This commit is contained in:
parent
8bd0a33206
commit
d04c9d9e4e
2 changed files with 9 additions and 9 deletions
|
|
@ -36,7 +36,7 @@ def build_model_alias(provider_model_id: str, model_descriptor: str) -> ModelAli
|
|||
)
|
||||
|
||||
|
||||
def build_model_alias_with_just_llama_model(
|
||||
def build_model_alias_with_just_provider_model_id(
|
||||
provider_model_id: str, model_descriptor: str
|
||||
) -> ModelAlias:
|
||||
return ModelAlias(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue