mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-04 12:07:34 +00:00
Merge remote-tracking branch 'origin/main' into api_updates_1
This commit is contained in:
commit
d3965dd435
11 changed files with 428 additions and 3 deletions
|
@ -38,6 +38,15 @@ def available_distribution_specs() -> List[DistributionSpec]:
|
|||
Api.memory: "meta-reference-faiss",
|
||||
},
|
||||
),
|
||||
DistributionSpec(
|
||||
spec_id="remote-fireworks",
|
||||
description="Use Fireworks.ai for running LLM inference",
|
||||
provider_specs={
|
||||
Api.inference: providers[Api.inference]["fireworks"],
|
||||
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