mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-17 06:51:23 +00:00
update anthropic, databricks, tgi, together after get_models rename
This commit is contained in:
parent
733e72caf9
commit
8658949bbb
4 changed files with 4 additions and 12 deletions
|
|
@ -35,7 +35,7 @@ class _HfAdapter(OpenAIMixin):
|
|||
def get_base_url(self):
|
||||
return self.url
|
||||
|
||||
async def get_models(self) -> Iterable[str] | None:
|
||||
async def list_provider_model_ids(self) -> Iterable[str]:
|
||||
return [self.model_id]
|
||||
|
||||
async def openai_embeddings(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue