mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-04 04:04:14 +00:00
Merge remote-tracking branch 'origin/main' into api_updates_1
This commit is contained in:
commit
a23a6ab95b
5 changed files with 364 additions and 0 deletions
|
@ -47,6 +47,15 @@ def available_distribution_specs() -> List[DistributionSpec]:
|
|||
Api.agentic_system: providers[Api.agentic_system]["meta-reference"],
|
||||
},
|
||||
),
|
||||
DistributionSpec(
|
||||
spec_id="remote-together",
|
||||
description="Use Together.ai for running LLM inference",
|
||||
provider_specs={
|
||||
Api.inference: providers[Api.inference]["together"],
|
||||
Api.safety: providers[Api.safety]["meta-reference"],
|
||||
Api.agentic_system: providers[Api.agentic_system]["meta-reference"],
|
||||
},
|
||||
),
|
||||
]
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue